Pomerge 3.7.2 (#504)

* pomerge

* Proofreading latest fuzzy strings.

* FIX: Orth.
This commit is contained in:
Julien Palard 2019-01-02 14:22:41 +01:00 committed by GitHub
parent 527c1242a6
commit 2f853d87ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 280 additions and 271 deletions

View File

@ -8,4 +8,4 @@ install:
- pospell --version - pospell --version
script: script:
- pospell -p dict -l fr_FR **/*.po - pospell -p dict -l fr_FR **/*.po
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=d1e71758 - make CPYTHON_CLONE=/tmp/cpython/ COMMIT=0e0cc553ab

View File

@ -8,11 +8,11 @@ msgstr ""
"POT-Creation-Date: 2018-11-29 16:06+0100\n" "POT-Creation-Date: 2018-11-29 16:06+0100\n"
"PO-Revision-Date: 2018-12-14 15:02+0100\n" "PO-Revision-Date: 2018-12-14 15:02+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n" "Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: \n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language-Team: \n"
"X-Generator: Poedit 2.2\n" "X-Generator: Poedit 2.2\n"
#: ../Doc/installing/index.rst:7 #: ../Doc/installing/index.rst:7

View File

@ -5,9 +5,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.7\n" "Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-15 21:52+0200\n" "POT-Creation-Date: 2018-12-24 14:22+0100\n"
"PO-Revision-Date: 2018-10-04 10:47+0200\n" "PO-Revision-Date: 2018-12-24 14:53+0100\n"
"Last-Translator: Romain Dorgueil <romain@dorgueil.net>\n" "Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -73,15 +73,15 @@ msgstr ""
#: ../Doc/library/dataclasses.rst:52 #: ../Doc/library/dataclasses.rst:52
msgid "" msgid ""
"The :func:`dataclass` decorator examines the class to find ``field``\\s. A " "The :func:`dataclass` decorator examines the class to find ``field``\\s. A "
"``field`` is defined as class variable that has a type annotation. With two " "``field`` is defined as class variable that has a :term:`type annotation "
"exceptions described below, nothing in :func:`dataclass` examines the type " "<variable annotation>`. With two exceptions described below, nothing in :"
"specified in the variable annotation." "func:`dataclass` examines the type specified in the variable annotation."
msgstr "" msgstr ""
"Le décorateur :func:`dataclass` examine la classe pour trouver des ``champs``" "Le décorateur :func:`dataclass` examine la classe pour trouver des ``champs``"
"\\s. Un ``champ`` est défini comme une variable de classe qui possède une " "\\s. Un ``champ`` est défini comme une variable de classe qui possède une :"
"annotation de type. À deux exceptions près décrites plus bas, il ny a rien " "term:`annotation de type <variable annotation>`. À deux exceptions près "
"dans :func:`dataclass` qui examine le type spécifié dans lannotation de " "décrites plus bas, il ny a rien dans :func:`dataclass` qui examine le type "
"variable." "spécifié dans lannotation de variable."
#: ../Doc/library/dataclasses.rst:58 #: ../Doc/library/dataclasses.rst:58
msgid "" msgid ""

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n" "POT-Creation-Date: 2018-12-24 14:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@ -505,17 +505,17 @@ msgstr "Exemples"
msgid "Here is an example session that uses the ``GET`` method::" msgid "Here is an example session that uses the ``GET`` method::"
msgstr "" msgstr ""
#: ../Doc/library/http.client.rst:507 #: ../Doc/library/http.client.rst:508
msgid "" msgid ""
"Here is an example session that uses the ``HEAD`` method. Note that the " "Here is an example session that uses the ``HEAD`` method. Note that the "
"``HEAD`` method never returns any data. ::" "``HEAD`` method never returns any data. ::"
msgstr "" msgstr ""
#: ../Doc/library/http.client.rst:522 #: ../Doc/library/http.client.rst:523
msgid "Here is an example session that shows how to ``POST`` requests::" msgid "Here is an example session that shows how to ``POST`` requests::"
msgstr "" msgstr ""
#: ../Doc/library/http.client.rst:538 #: ../Doc/library/http.client.rst:539
msgid "" msgid ""
"Client side ``HTTP PUT`` requests are very similar to ``POST`` requests. The " "Client side ``HTTP PUT`` requests are very similar to ``POST`` requests. The "
"difference lies only the server side where HTTP server will allow resources " "difference lies only the server side where HTTP server will allow resources "
@ -525,11 +525,11 @@ msgid ""
"do ``PUT`` request using http.client::" "do ``PUT`` request using http.client::"
msgstr "" msgstr ""
#: ../Doc/library/http.client.rst:560 #: ../Doc/library/http.client.rst:561
msgid "HTTPMessage Objects" msgid "HTTPMessage Objects"
msgstr "" msgstr ""
#: ../Doc/library/http.client.rst:562 #: ../Doc/library/http.client.rst:563
msgid "" msgid ""
"An :class:`http.client.HTTPMessage` instance holds the headers from an HTTP " "An :class:`http.client.HTTPMessage` instance holds the headers from an HTTP "
"response. It is implemented using the :class:`email.message.Message` class." "response. It is implemented using the :class:`email.message.Message` class."

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-21 09:48+0100\n" "POT-Creation-Date: 2018-12-24 14:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@ -576,35 +576,35 @@ msgid ""
msgstr "" msgstr ""
#: ../Doc/library/idle.rst:281 #: ../Doc/library/idle.rst:281
msgid "Code Context (toggle)(Editor Window only)" msgid "Zoom/Restore Height"
msgstr "" msgstr ""
#: ../Doc/library/idle.rst:279 #: ../Doc/library/idle.rst:279
msgid "" msgid ""
"Open a pane at the top of the edit window which shows the block context of "
"the code which has scrolled above the top of the window. See :ref:`Code "
"Context <code-context>` in the Editing and Navigation section below."
msgstr ""
#: ../Doc/library/idle.rst:284
msgid "Window menu (Shell and Editor)"
msgstr ""
#: ../Doc/library/idle.rst:289
msgid "Zoom Height"
msgstr ""
#: ../Doc/library/idle.rst:287
msgid ""
"Toggles the window between normal size and maximum height. The initial size " "Toggles the window between normal size and maximum height. The initial size "
"defaults to 40 lines by 80 chars unless changed on the General tab of the " "defaults to 40 lines by 80 chars unless changed on the General tab of the "
"Configure IDLE dialog." "Configure IDLE dialog."
msgstr "" msgstr ""
#: ../Doc/library/idle.rst:286
msgid "Show/Hide Code Context (Editor Window only)"
msgstr ""
#: ../Doc/library/idle.rst:284
msgid ""
"Open a pane at the top of the edit window which shows the block context of "
"the code which has scrolled above the top of the window. See :ref:`Code "
"Context <code-context>` in the Editing and Navigation section below."
msgstr ""
#: ../Doc/library/idle.rst:289
msgid "Window menu (Shell and Editor)"
msgstr ""
#: ../Doc/library/idle.rst:291 #: ../Doc/library/idle.rst:291
msgid "" msgid ""
"The rest of this menu lists the names of all open windows; select one to " "Lists the names of all open windows; select one to bring it to the "
"bring it to the foreground (deiconifying it if necessary)." "foreground (deiconifying it if necessary)."
msgstr "" msgstr ""
#: ../Doc/library/idle.rst:295 #: ../Doc/library/idle.rst:295

View File

@ -5,8 +5,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-21 09:48+0100\n" "POT-Creation-Date: 2018-12-24 14:22+0100\n"
"PO-Revision-Date: 2018-12-17 21:48+0100\n" "PO-Revision-Date: 2018-12-24 14:55+0100\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n" "Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
@ -6013,9 +6013,10 @@ msgid "Return a shallow copy of the dictionary."
msgstr "Renvoie une copie de surface du dictionnaire." msgstr "Renvoie une copie de surface du dictionnaire."
#: ../Doc/library/stdtypes.rst:4206 #: ../Doc/library/stdtypes.rst:4206
msgid "Create a new dictionary with keys from *seq* and values set to *value*." msgid ""
"Create a new dictionary with keys from *iterable* and values set to *value*."
msgstr "" msgstr ""
"Crée un nouveau dictionnaire avec les clefs de *seq* et les valeurs à " "Crée un nouveau dictionnaire avec les clefs de *iterable* et les valeurs à "
"*value*." "*value*."
#: ../Doc/library/stdtypes.rst:4208 #: ../Doc/library/stdtypes.rst:4208

View File

@ -5,8 +5,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-12 18:59+0200\n" "POT-Creation-Date: 2018-12-24 14:22+0100\n"
"PO-Revision-Date: 2018-12-14 10:35+0100\n" "PO-Revision-Date: 2018-12-24 14:55+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n" "Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
@ -209,10 +209,10 @@ msgstr ":mod:`xmlrpclib` n'étend pas les entités externes et les omet."
#: ../Doc/library/xml.rst:78 #: ../Doc/library/xml.rst:78
msgid "" msgid ""
"Since Python 3.8.0, external general entities are no longer processed by " "Since Python 3.7.1, external general entities are no longer processed by "
"default since Python." "default."
msgstr "" msgstr ""
"Depuis Python 3.8.0, les entités générales externes ne sont plus traitées " "Depuis Python 3.7.1, les entités générales externes ne sont plus traitées "
"par défaut depuis Python." "par défaut depuis Python."
#: ../Doc/library/xml.rst:87 #: ../Doc/library/xml.rst:87

View File

@ -7,12 +7,12 @@ msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-29 16:06+0100\n" "POT-Creation-Date: 2018-11-29 16:06+0100\n"
"PO-Revision-Date: 2018-12-14 10:23+0100\n" "PO-Revision-Date: 2018-12-14 10:23+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"X-Generator: Poedit 2.2\n" "X-Generator: Poedit 2.2\n"
#: ../Doc/library/xml.sax.rst:2 #: ../Doc/library/xml.sax.rst:2

View File

@ -5,8 +5,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-21 09:48+0100\n" "POT-Creation-Date: 2018-12-24 14:22+0100\n"
"PO-Revision-Date: 2018-12-12 23:27+0100\n" "PO-Revision-Date: 2018-12-24 15:41+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n" "Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
@ -780,38 +780,35 @@ msgstr ""
#: ../Doc/reference/compound_stmts.rst:573 #: ../Doc/reference/compound_stmts.rst:573
msgid "" msgid ""
"Parameters may have annotations of the form \"``: expression``\" following " "Parameters may have an :term:`annotation <function annotation>` of the form "
"the parameter name. Any parameter may have an annotation even those of the " "\"``: expression``\" following the parameter name. Any parameter may have "
"form ``*identifier`` or ``**identifier``. Functions may have \"return\" " "an annotation, even those of the form ``*identifier`` or ``**identifier``. "
"annotation of the form \"``-> expression``\" after the parameter list. " "Functions may have \"return\" annotation of the form \"``-> expression``\" "
"These annotations can be any valid Python expression. The presence of " "after the parameter list. These annotations can be any valid Python "
"annotations does not change the semantics of a function. The annotation " "expression. The presence of annotations does not change the semantics of a "
"values are available as values of a dictionary keyed by the parameters' " "function. The annotation values are available as values of a dictionary "
"names in the :attr:`__annotations__` attribute of the function object. If " "keyed by the parameters' names in the :attr:`__annotations__` attribute of "
"the ``annotations`` import from :mod:`__future__` is used, annotations are " "the function object. If the ``annotations`` import from :mod:`__future__` "
"preserved as strings at runtime which enables postponed evaluation. " "is used, annotations are preserved as strings at runtime which enables "
"Otherwise, they are evaluated when the function definition is executed. In " "postponed evaluation. Otherwise, they are evaluated when the function "
"this case annotations may be evaluated in a different order than they appear " "definition is executed. In this case annotations may be evaluated in a "
"in the source code." "different order than they appear in the source code."
msgstr "" msgstr ""
"Les paramètres peuvent avoir des annotations sous la forme \"``: expression``" "Les paramètres peuvent avoir une :term:`annotation <function annotation>` "
"\" après le nom du paramètre. Tout paramètre peut avoir une annotation, " "sous la forme \"``: expression``\" après le nom du paramètre. Tout "
"même ceux de la forme ``*identificateur`` ou ``**identificateur``. Les " "paramètre peut avoir une annotation, même ceux de la forme ``*identifier`` "
"fonctions peuvent avoir une annotation pour la valeur de retour, sous la " "ou ``**identifier``. Les fonctions peuvent avoir une annotation pour la "
"forme \"``-> expression``\" après la liste des paramètres. Ces annotations " "valeur de retour, sous la forme \"``-> expression``\" après la liste des "
"peuvent être toute expression Python valide et sont évaluées lorsque la " "paramètres. Ces annotations peuvent prendre la forme de toute expression "
"définition de fonction est exécutée. Les annotations peuvent être évaluées " "Python valide. Leur présence ne change pas la sémantique de la fonction. Les "
"dans un ordre différent de celui où elles apparaissent dans le code source. "
"La présence d'annotations ne modifie la sémantique d'une fonction. Les "
"valeurs des annotations sont accessibles comme valeurs d'un dictionnaire " "valeurs des annotations sont accessibles comme valeurs d'un dictionnaire "
"dont les clés sont les noms des paramètres et défini comme attribut :attr:" "dont les clés sont les noms des paramètres et défini comme attribut :attr:"
"`__annotations__` de l'objet fonction. Si l'importation de ``annotations`` à " "`__annotations__` de l'objet fonction. Si ``annotations`` est importé de :"
"l'aide de :mod:`__future__` est utilisée, les annotations sont préservées en " "mod:`__future__`, les annotations sont conservées sous la forme de chaînes "
"tant que chaînes au moment de l'exécution, ce qui permet une évaluation " "de caractères, permettant leur évaluation différée. Autrement, elles sont "
"différée. Sinon, elles sont évaluées au moment où la définition de la " "interprétées en même temps que la déclaration des fonctions. Dans le premier "
"fonction est exécutée. Dans ce cas, les annotations peuvent être évaluées " "cas, les annotations peuvent être interprétées dans un ordre différent de "
"dans un ordre différent de celui dans lequel elles apparaissent dans le code " "l'ordre dans lequel elles apparaissent dans le fichier."
"source."
#: ../Doc/reference/compound_stmts.rst:588 #: ../Doc/reference/compound_stmts.rst:588
#, fuzzy #, fuzzy

View File

@ -5,8 +5,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-21 09:48+0100\n" "POT-Creation-Date: 2018-12-24 14:22+0100\n"
"PO-Revision-Date: 2018-12-12 23:22+0100\n" "PO-Revision-Date: 2018-12-24 15:03+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n" "Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
@ -456,11 +456,13 @@ msgstr "Les assignations annotées"
#: ../Doc/reference/simple_stmts.rst:328 #: ../Doc/reference/simple_stmts.rst:328
msgid "" msgid ""
"Annotation assignment is the combination, in a single statement, of a " ":term:`Annotation <variable annotation>` assignment is the combination, in a "
"variable or attribute annotation and an optional assignment statement:" "single statement, of a variable or attribute annotation and an optional "
"assignment statement:"
msgstr "" msgstr ""
"Une assignation annotée est la combinaison, dans une seule instruction, " "Une assignation :term:`annotée <variable annotation>` est la combinaison, "
"d'une annotation de variable ou d'attribut et d'une assignation optionnelle :" "dans une seule instruction, d'une annotation de variable ou d'attribut et "
"d'une assignation optionnelle :"
#: ../Doc/reference/simple_stmts.rst:334 #: ../Doc/reference/simple_stmts.rst:334
msgid "" msgid ""

View File

@ -5,8 +5,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-12-21 09:48+0100\n" "POT-Creation-Date: 2018-12-24 14:22+0100\n"
"PO-Revision-Date: 2018-07-31 23:54+0200\n" "PO-Revision-Date: 2018-12-24 15:04+0100\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n" "Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
@ -803,23 +803,23 @@ msgstr ""
#: ../Doc/tutorial/controlflow.rst:685 #: ../Doc/tutorial/controlflow.rst:685
msgid "" msgid ""
"Annotations are stored in the :attr:`__annotations__` attribute of the " ":term:`Annotations <function annotation>` are stored in the :attr:"
"function as a dictionary and have no effect on any other part of the " "`__annotations__` attribute of the function as a dictionary and have no "
"function. Parameter annotations are defined by a colon after the parameter " "effect on any other part of the function. Parameter annotations are defined "
"name, followed by an expression evaluating to the value of the annotation. " "by a colon after the parameter name, followed by an expression evaluating to "
"Return annotations are defined by a literal ``->``, followed by an " "the value of the annotation. Return annotations are defined by a literal ``-"
"expression, between the parameter list and the colon denoting the end of " ">``, followed by an expression, between the parameter list and the colon "
"the :keyword:`def` statement. The following example has a positional " "denoting the end of the :keyword:`def` statement. The following example has "
"argument, a keyword argument, and the return value annotated::" "a positional argument, a keyword argument, and the return value annotated::"
msgstr "" msgstr ""
"Les annotations sont stockées dans l'attribut :attr:`__annotations__` de la " "Les :term:`annotations <function annotation>` sont stockées dans l'attribut :"
"fonction, sous forme d'un dictionnaire, et n'ont aucun autre effet. Les " "attr:`__annotations__` de la fonction, sous forme d'un dictionnaire, et "
"annotations sur les paramètres sont définis par deux points (:) après le nom " "n'ont aucun autre effet. Les annotations sur les paramètres sont définis par "
"du paramètre suivi d'une expression donnant la valeur de l'annotation. Les " "deux points (:) après le nom du paramètre suivi d'une expression donnant la "
"annotations de retour sont définies par ``->`` suivi d'une expression, entre " "valeur de l'annotation. Les annotations de retour sont définies par ``->`` "
"la liste des paramètres et les deux points de fin de l'instruction :keyword:" "suivi d'une expression, entre la liste des paramètres et les deux points de "
"`def`. L'exemple suivant a un paramètre positionnel, un paramètre nommé et " "fin de l'instruction :keyword:`def`. L'exemple suivant a un paramètre "
"une valeur de retour annotée : ::" "positionnel, un paramètre nommé et une valeur de retour annotée : ::"
#: ../Doc/tutorial/controlflow.rst:707 #: ../Doc/tutorial/controlflow.rst:707
msgid "Intermezzo: Coding Style" msgid "Intermezzo: Coding Style"