-
Notifications
You must be signed in to change notification settings - Fork 266
Tutorial Control Flow review #146
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
Conversation
tutorial/controlflow.po
Outdated
@@ -507,7 +509,7 @@ msgstr "" | |||
|
|||
#: ../Doc/tutorial/controlflow.rst:402 | |||
msgid "will print ``5``." | |||
msgstr "imprimera ``5``." | |||
msgstr "imprime ``5``." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"imprime" make me think of a printer (and paper), why not "affichera" ?
"Un aute usage typique est de donner une fonction minimaliste directement en " | ||
"temps que paramètre::" | ||
"Une autre utilisation classique est de donner une fonction minimaliste " | ||
"directement en temps que paramètre::" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A non-breaking space is missing here (or a : ::
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this review, I spotted maybe two other enhancements / fixes.
Co-authored-by: Douuvid <[email protected]> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/146 Reviewed-by: Julien Palard <[email protected]> Co-authored-by: douuvid <[email protected]> Co-committed-by: douuvid <[email protected]>
No description provided.