-
Notifications
You must be signed in to change notification settings - Fork 266
Traduction de pipes.po #54
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
library/pipes.po
Outdated
|
||
#: ../Doc/library/pipes.rst:20 | ||
msgid "The :mod:`pipes` module defines the following class:" | ||
msgstr "" | ||
msgstr "Le module :mod: `pipes` définit la classe suivante :" |
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.
L'espace en trop ici est une faute de sytaxe a la compilation pour sphinc-doc. Entre :mod: et pipes
.
library/pipes.po
Outdated
|
||
#: ../Doc/library/pipes.rst:88 | ||
msgid "" | ||
"Return a file-like object, open to *file*, but read from or written to by " | ||
"the pipeline. Note that only one of ``'r'``, ``'w'`` may be given." | ||
msgstr "" | ||
"Renvoie un objet `file-like`, ouvert à *file*, mais lut du ou écrit vers par " |
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.
"lut du ou écrit vers par le" me pique le ceveau. pourquoi pas "permettant d'écrire dans la pipeline. ou de la lire" ?
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.
Done. C'est bien mieux comme ça en effet :)
Bonjour et merci beaucoup pour cette traduction \o/ J'ai trouvé quelques points a améliorer, sinon tout va bien. |
J'ai merge les changements. Merci pour la review. |
Parfait, merci beaucoup !! |
Co-authored-by: Iucounu <[email protected]> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/55 Reviewed-by: Julien Palard <[email protected]> Co-authored-by: Iucounu <[email protected]> Co-committed-by: Iucounu <[email protected]>
Traduction complète de la doc de la libraire pipes.