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
:term:iterator
  • Loading branch information
Mathieu Dupuy committed May 18, 2022
commit aedd5fd640131820e896ef27624977c7243e25ff
8 changes: 4 additions & 4 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -1295,10 +1295,10 @@ msgid ""
"the :c:member:`~PyTypeObject.tp_iternext` slot of the type structure for "
"Python objects in the Python/C API."
msgstr ""
"Renvoie l'élément suivant du conteneur. S'il n'y a pas d'autres éléments, "
"une exception :exc:`StopIteration` est levée. Cette méthode correspond à "
"l'attribut :c:member:`~PyTypeObject.tp_iternext` de la structure du type des "
"objets Python dans l'API Python/C."
"Renvoie l'élément suivant de l’:term:`itérateur<iterator>`. S'il n'y a pas "
"d'autres éléments, une exception :exc:`StopIteration` est levée. Cette "
"méthode correspond à l'attribut :c:member:`~PyTypeObject.tp_iternext` de la "
"structure du type des objets Python dans l'API Python/C."

#: library/stdtypes.rst:812
msgid ""
Expand Down
0