Skip to content

Traduction partielle de howto/clinic.po #1621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Missed one.
  • Loading branch information
JulienPalard committed May 28, 2021
commit 62fd1337e7cf04b8d25cc89c4ea5b2662677b24c
2 changes: 1 addition & 1 deletion howto/clinic.po
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ msgid ""
"One possible problem with using Argument Clinic: it takes away some possible "
"flexibility for the format units starting with ``e``. When writing a "
"``PyArg_Parse`` call by hand, you could theoretically decide at runtime what "
"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 "
"string must be hard-coded at Argument-Clinic-preprocessing-time. This "
"limitation is deliberate; it made supporting this format unit much easier, "
"and may allow for future optimizations. This restriction doesn't seem "
Expand Down