-
Notifications
You must be signed in to change notification settings - Fork 266
traduction tutorial/inputouput #1080
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
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.
Super première PR ! Merci beaucoup ! 🎉
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.
Merci pour cette première contribution.
tutorial/inputoutput.po
Outdated
@@ -477,13 +476,13 @@ msgid "" | |||
"binary mode) are read and returned. If the end of the file has been reached, " | |||
"``f.read()`` will return an empty string (``''``). ::" | |||
msgstr "" | |||
"Pour lire le contenu d'un fichier, appelez ``f.read(taille)`` : elle lit une " | |||
"Pour lire le contenu d'un fichier, appelez ``f.read(size)``, qui lit une " |
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.
Dans ce paragraphe, le paramètre size avait été traduit car il n'est pas utilisé ailleurs. C'est contraire aux directives du README mais c'est réfléchi.
Tu peux le remettre en anglais, mais je trouve ça dommage.
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.
Oups, c'est ma faute. Mais avec tes explications, ça me va !
Hello @QuentinGuiheneuc, des news? 🏓 |
Hello @QuentinGuiheneuc, ping ! |
je reprends |
@christopheNan revue stp, j'ai vu que tu avais bossé sur ce fichier récemment. |
Fix #1076 c'est ma premiere pull request