We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fdf6b commit 62fd133Copy full SHA for 62fd133
1 file changed
howto/clinic.po
@@ -1825,7 +1825,7 @@ msgid ""
1825
"One possible problem with using Argument Clinic: it takes away some possible "
1826
"flexibility for the format units starting with ``e``. When writing a "
1827
"``PyArg_Parse`` call by hand, you could theoretically decide at runtime what "
1828
-"encoding string to pass in to :c:func:`PyArg_ParseTuple`. But now this "
+"encoding string to pass in to :c:func:`PyArg_ParseTuple`. But now this "
1829
"string must be hard-coded at Argument-Clinic-preprocessing-time. This "
1830
"limitation is deliberate; it made supporting this format unit much easier, "
1831
"and may allow for future optimizations. This restriction doesn't seem "
0 commit comments