Skip to content

Commit 62fd133

Browse files
committed
Missed one.
1 parent 89fdf6b commit 62fd133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

howto/clinic.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ msgid ""
18251825
"One possible problem with using Argument Clinic: it takes away some possible "
18261826
"flexibility for the format units starting with ``e``. When writing a "
18271827
"``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 "
1828+
"encoding string to pass in to :c:func:`PyArg_ParseTuple`. But now this "
18291829
"string must be hard-coded at Argument-Clinic-preprocessing-time. This "
18301830
"limitation is deliberate; it made supporting this format unit much easier, "
18311831
"and may allow for future optimizations. This restriction doesn't seem "

0 commit comments

Comments
 (0)