- Notifications
You must be signed in to change notification settings - Fork266
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 entemps 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 <silasiharis@gmail.com>Reviewed-on:https://git.afpy.org/AFPy/python-docs-fr/pulls/146Reviewed-by: Julien Palard <julien@palard.fr>Co-authored-by: douuvid <silasiharis@gmail.com>Co-committed-by: douuvid <silasiharis@gmail.com>
No description provided.