Yet another batch of no-break-spaces. (#1166)

This commit is contained in:
Julien Palard 2020-03-03 21:10:08 +01:00 committed by GitHub
parent 02405ce5d7
commit 0b61f0a8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 13 additions and 13 deletions

View File

@ -1274,7 +1274,7 @@ msgid ""
"``j``. If you want that, and also want::" "``j``. If you want that, and also want::"
msgstr "" msgstr ""
"Cela est principalement dû à la volonté que ``i % j`` ait le même signe que " "Cela est principalement dû à la volonté que ``i % j`` ait le même signe que "
"j. Si vous voulez en plus que ::" "j. Si vous voulez en plus que ::"
#: ../Doc/faq/programming.rst:835 #: ../Doc/faq/programming.rst:835
msgid "" msgid ""

View File

@ -230,7 +230,7 @@ msgstr "Et on obtient :"
#: ../Doc/howto/argparse.rst:178 #: ../Doc/howto/argparse.rst:178
msgid "Now, how about doing something even more useful::" msgid "Now, how about doing something even more useful::"
msgstr "" msgstr ""
"À présent, que diriez-vous de faire quelque chose d'encore plus utile  ::" "À présent, que diriez-vous de faire quelque chose d'encore plus utile ::"
#: ../Doc/howto/argparse.rst:196 #: ../Doc/howto/argparse.rst:196
msgid "" msgid ""

View File

@ -39,7 +39,7 @@ msgstr ""
#: ../Doc/library/asyncio-subprocess.rst:40 #: ../Doc/library/asyncio-subprocess.rst:40
#, fuzzy #, fuzzy
msgid "will print::" msgid "will print::"
msgstr "affiche ::" msgstr "affiche ::"
#: ../Doc/library/asyncio-subprocess.rst:46 #: ../Doc/library/asyncio-subprocess.rst:46
msgid "" msgid ""

View File

@ -564,7 +564,7 @@ msgstr ""
#: ../Doc/library/logging.config.rst:458 #: ../Doc/library/logging.config.rst:458
msgid "and::" msgid "and::"
msgstr "et  ::" msgstr "et ::"
#: ../Doc/library/logging.config.rst:465 #: ../Doc/library/logging.config.rst:465
msgid "" msgid ""

View File

@ -4334,7 +4334,7 @@ msgstr ""
#: ../Doc/library/stdtypes.rst:2540 #: ../Doc/library/stdtypes.rst:2540
msgid "and::" msgid "and::"
msgstr "et  ::" msgstr "et ::"
#: ../Doc/library/stdtypes.rst:2545 #: ../Doc/library/stdtypes.rst:2545
msgid "" msgid ""

View File

@ -83,7 +83,7 @@ msgstr ""
#: ../Doc/library/sysconfig.rst:53 #: ../Doc/library/sysconfig.rst:53
#, fuzzy #, fuzzy
msgid "Example of usage::" msgid "Example of usage::"
msgstr "Exemples d'utilisation" msgstr "Exemples d'utilisation ::"
#: ../Doc/library/sysconfig.rst:65 #: ../Doc/library/sysconfig.rst:65
msgid "Installation paths" msgid "Installation paths"

View File

@ -628,7 +628,7 @@ msgstr ""
#: ../Doc/whatsnew/2.2.rst:556 #: ../Doc/whatsnew/2.2.rst:556
#, fuzzy #, fuzzy
msgid "Here's the simplest example of a generator function::" msgid "Here's the simplest example of a generator function::"
msgstr "Voici un exemple simple de fonction génératrice :" msgstr "Voici un exemple simple de fonction génératrice ::"
#: ../Doc/whatsnew/2.2.rst:562 #: ../Doc/whatsnew/2.2.rst:562
msgid "" msgid ""
@ -660,7 +660,7 @@ msgstr ""
#: ../Doc/whatsnew/2.2.rst:583 #: ../Doc/whatsnew/2.2.rst:583
#, fuzzy #, fuzzy
msgid "Here's a sample usage of the :func:`generate_ints` generator::" msgid "Here's a sample usage of the :func:`generate_ints` generator::"
msgstr "Voici un exemple d'utilisation du générateur ``generate_ints()`` :" msgstr "Voici un exemple d'utilisation du générateur ``generate_ints()`` ::"
#: ../Doc/whatsnew/2.2.rst:600 #: ../Doc/whatsnew/2.2.rst:600
#, fuzzy #, fuzzy

View File

@ -148,7 +148,7 @@ msgstr ""
#: ../Doc/whatsnew/2.3.rst:145 #: ../Doc/whatsnew/2.3.rst:145
#, fuzzy #, fuzzy
msgid "Here's the simplest example of a generator function::" msgid "Here's the simplest example of a generator function::"
msgstr "Voici un exemple simple de fonction génératrice :" msgstr "Voici un exemple simple de fonction génératrice ::"
#: ../Doc/whatsnew/2.3.rst:151 #: ../Doc/whatsnew/2.3.rst:151
msgid "" msgid ""
@ -177,7 +177,7 @@ msgstr ""
#: ../Doc/whatsnew/2.3.rst:169 #: ../Doc/whatsnew/2.3.rst:169
#, fuzzy #, fuzzy
msgid "Here's a sample usage of the :func:`generate_ints` generator::" msgid "Here's a sample usage of the :func:`generate_ints` generator::"
msgstr "Voici un exemple d'utilisation du générateur ``generate_ints()`` :" msgstr "Voici un exemple d'utilisation du générateur ``generate_ints()`` ::"
#: ../Doc/whatsnew/2.3.rst:186 #: ../Doc/whatsnew/2.3.rst:186
#, fuzzy #, fuzzy

View File

@ -560,7 +560,7 @@ msgstr ""
#: ../Doc/whatsnew/2.5.rst:476 #: ../Doc/whatsnew/2.5.rst:476
#, fuzzy #, fuzzy
msgid "And here's an example of changing the counter::" msgid "And here's an example of changing the counter::"
msgstr "Et voici comment il est possible de modifier le compteur :" msgstr "Et voici comment il est possible de modifier le compteur ::"
#: ../Doc/whatsnew/2.5.rst:493 #: ../Doc/whatsnew/2.5.rst:493
msgid "" msgid ""

View File

@ -532,7 +532,7 @@ msgid ""
"occurs as a free variable in a nested block::" "occurs as a free variable in a nested block::"
msgstr "" msgstr ""
"Auparavant, il était illégal de supprimer un nom dans l'espace des noms " "Auparavant, il était illégal de supprimer un nom dans l'espace des noms "
"locaux si celui-ci apparaissait comme variable libre dans un bloc imbriqué." "locaux si celui-ci apparaissait comme variable libre dans un bloc imbriqué ::"
#: ../Doc/whatsnew/3.2.rst:551 #: ../Doc/whatsnew/3.2.rst:551
msgid "" msgid ""

View File

@ -559,7 +559,7 @@ msgstr ""
#: ../Doc/whatsnew/3.5.rst:496 #: ../Doc/whatsnew/3.5.rst:496
msgid "and::" msgid "and::"
msgstr "et  ::" msgstr "et ::"
#: ../Doc/whatsnew/3.5.rst:505 #: ../Doc/whatsnew/3.5.rst:505
msgid "" msgid ""