8000 tutorial/errors.po: corrige erreur powrap due commentaire gettext by deronnax · Pull Request #1228 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

tutorial/errors.po: corrige erreur powrap due commentaire gettext #1228

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 2 commits into from
Apr 7, 2020
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
remplace une espace par une insécable
  • Loading branch information
deronnax committed Apr 7, 2020
commit 70bfe71d70da150f9a5210c22105874d4b6db396
2 changes: 1 addition & 1 deletion tutorial/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ msgstr ""
"Certains objets définissent des actions de nettoyage standards qui doivent "
"être exécutées lorsque l'objet n'est plus nécessaire, indépendamment du fait "
"que l'opération ayant utilisé l'objet ait réussi ou non. Regardez l'exemple "
"suivant, qui tente d'ouvrir un fichier et d'afficher son contenu à l'écran ::"
"suivant, qui tente d'ouvrir un fichier et d'afficher son contenu à l'écran ::"

#: ../Doc/tutorial/errors.rst:413
msgid ""
Expand Down
0