10000 Mise à jour des fuzzys pour la version 3.8 du chapitre reference. by christopheNan · Pull Request #881 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Mise à jour des fuzzys pour la version 3.8 du chapitre reference. #881

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 5 commits into from
Oct 16, 2019
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
FIX: Bad merge (my bad).
  • Loading branch information
JulienPalard committed Oct 16, 2019
commit d6481c8d9f82f2e385e1e3783656264181aad68b
4 changes: 2 additions & 2 deletions reference/datamodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -4120,7 +4120,7 @@ msgstr ""
"`oct`). La présence de cette méthode indique que l'objet numérique est un "
"type entier. Elle doit renvoyer un entier."

#: ../Doc/reference/datamodel.rst:2408
#: ../Doc/reference/datamodel.rst:2410
msgid ""
"If :meth:`__int__`, :meth:`__float__` and :meth:`__complex__` are not "
"defined then corresponding built-in functions :func:`int`, :func:`float` "
Expand Down Expand Up @@ -4521,7 +4521,7 @@ msgstr ""
"Les gestionnaires de contexte asynchrones peuvent être utilisés dans des "
"instructions :keyword:`async with`."

#: ../Doc/reference/datamodel.rst:2699
#: ../Doc/reference/datamodel.rst:2701
msgid ""
"Semantically similar to :meth:`__enter__`, the only difference being that it "
"must return an *awaitable*."
Expand Down
0