8000 Traduction de library/stdtypes.po by alkimya · Pull Request #1576 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction de library/stdtypes.po #1576

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 16 commits into from
May 20, 2022
Prev Previous commit
Next Next commit
and -> et
  • Loading branch information
Mathieu Dupuy committed May 18, 2022
commit 4c5c5d4fc341aa1654df4b291f6e6a2111bbe36a
2 changes: 1 addition & 1 deletion library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -6748,7 +6748,7 @@ msgstr ""
"contextmanager` permettent d'implémenter simplement ces protocoles. Si un "
"générateur est décoré avec :class:`contextlib. contextmanager`, elle "
"renverra un gestionnaire de contexte implémentant les méthodes :meth:"
"`~contextmanager.__enter__` and :meth:`~contextmanager.__exit__`, plutôt que "
"`~contextmanager.__enter__` et :meth:`~contextmanager.__exit__`, plutôt que "
"l'itérateur produit par un générateur non décoré."

#: library/stdtypes.rst:4774
Expand Down
0