Skip to content
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions library/sys.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-23 16:48+0200\n"
"PO-Revision-Date: 2019-04-11 21:41+0200\n"
"PO-Revision-Date: 2019-05-23 21:46+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -2178,7 +2178,6 @@ msgstr ""
"d'exploitation. L'interpréteur n'a pas son propre ordonnanceur."

#: ../Doc/library/sys.rst:1172
#, fuzzy
msgid ""
"Set the system's trace function, which allows you to implement a Python "
"source code debugger in Python. The function is thread-specific; for a "
Expand All @@ -2187,10 +2186,11 @@ msgid ""
"`threading.settrace`."
msgstr ""
"Définit la fonction de traçage du système, qui vous permet d'implémenter un "
"débogueur de code source Python en Python. Cette fonction est locale au fil "
"débogueur de code source Python en Python. Cette fonction est locale au fil "
"d'exécution courant. Pour qu'un débogueur puisse gérer plusieurs fils "
"d'exécution, il doit enregistrer sa fonction en appelant :func:`settrace` "
"pour chaque fil d'exécution qu'il souhaite surveiller."
"pour chaque fil d'exécution qu'il souhaite surveiller ou utilisez :func:"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

« utilisez » aurait dû être à l'infinitif.

"`threading.settrace`."

#: ../Doc/library/sys.rst:1177
msgid ""
Expand Down