Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tutorial #937

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 3 commits into from
Nov 1, 2019
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion tutorial/classes.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2019-10-31 14:24+0100\n"
"PO-Revision-Date: 2019-10-31 17:05+0100\n"
"Last-Translator: Jules Lasne <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/tutorial/classes.rst:5
msgid "Classes"
Expand Down
11 changes: 9 additions & 2 deletions tutorial/stdlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2018-07-31 23:46+0200\n"
"PO-Revision-Date: 2019-10-31 14:38+0100\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Loc Cosnier <[email protected]>\n"
"Language-Team: \n"
"Language: fr\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/tutorial/stdlib.rst:5
msgid "Brief Tour of the Standard Library"
Expand Down Expand Up @@ -88,10 +92,13 @@ msgid ""
"arguments. It should always be preferred over directly processing ``sys."
"argv`` manually."
msgstr ""
"Le module :mod:`argparse' fournit un mécanisme pour traiter les arguments de "
"ligne de commande. Il doit toujours être préféré au traitement manuel direct "
"de ``sys.argv``."

#: ../Doc/tutorial/stdlib.rst:78
msgid "Take, for example, the below snippet of code::"
msgstr ""
msgstr "Prenons, par exemple, l'extrait de code suivant ::"

#: ../Doc/tutorial/stdlib.rst:94
msgid "Error Output Redirection and Program Termination"
Expand Down