Skip to content

Commit 0b61f0a

Browse files
authored
Yet another batch of no-break-spaces. (#1166)
1 parent 02405ce commit 0b61f0a

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

faq/programming.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ msgid ""
12741274
"``j``. If you want that, and also want::"
12751275
msgstr ""
12761276
"Cela est principalement dû à la volonté que ``i % j`` ait le même signe que "
1277-
"j. Si vous voulez en plus que ::"
1277+
"j. Si vous voulez en plus que ::"
12781278

12791279
#: ../Doc/faq/programming.rst:835
12801280
msgid ""

howto/argparse.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ msgstr "Et on obtient :"
230230
#: ../Doc/howto/argparse.rst:178
231231
msgid "Now, how about doing something even more useful::"
232232
msgstr ""
233-
"À présent, que diriez-vous de faire quelque chose d'encore plus utile  ::"
233+
"À présent, que diriez-vous de faire quelque chose d'encore plus utile ::"
234234

235235
#: ../Doc/howto/argparse.rst:196
236236
msgid ""

library/asyncio-subprocess.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ msgstr ""
3939
#: ../Doc/library/asyncio-subprocess.rst:40
4040
#, fuzzy
4141
msgid "will print::"
42-
msgstr "affiche ::"
42+
msgstr "affiche ::"
4343

4444
#: ../Doc/library/asyncio-subprocess.rst:46
4545
msgid ""

library/logging.config.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ msgstr ""
564564

565565
#: ../Doc/library/logging.config.rst:458
566566
msgid "and::"
567-
msgstr "et  ::"
567+
msgstr "et ::"
568568

569569
#: ../Doc/library/logging.config.rst:465
570570
msgid ""

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4334,7 +4334,7 @@ msgstr ""
43344334

43354335
#: ../Doc/library/stdtypes.rst:2540
43364336
msgid "and::"
4337-
msgstr "et  ::"
4337+
msgstr "et ::"
43384338

43394339
#: ../Doc/library/stdtypes.rst:2545
43404340
msgid ""

library/sysconfig.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ msgstr ""
8383
#: ../Doc/library/sysconfig.rst:53
8484
#, fuzzy
8585
msgid "Example of usage::"
86-
msgstr "Exemples d'utilisation"
86+
msgstr "Exemples d'utilisation ::"
8787

8888
#: ../Doc/library/sysconfig.rst:65
8989
msgid "Installation paths"

whatsnew/2.2.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ msgstr ""
628628
#: ../Doc/whatsnew/2.2.rst:556
629629
#, fuzzy
630630
msgid "Here's the simplest example of a generator function::"
631-
msgstr "Voici un exemple simple de fonction génératrice :"
631+
msgstr "Voici un exemple simple de fonction génératrice ::"
632632

633633
#: ../Doc/whatsnew/2.2.rst:562
634634
msgid ""
@@ -660,7 +660,7 @@ msgstr ""
660660
#: ../Doc/whatsnew/2.2.rst:583
661661
#, fuzzy
662662
msgid "Here's a sample usage of the :func:`generate_ints` generator::"
663-
msgstr "Voici un exemple d'utilisation du générateur ``generate_ints()`` :"
663+
msgstr "Voici un exemple d'utilisation du générateur ``generate_ints()`` ::"
664664

665665
#: ../Doc/whatsnew/2.2.rst:600
666666
#, fuzzy

whatsnew/2.3.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ msgstr ""
148148
#: ../Doc/whatsnew/2.3.rst:145
149149
#, fuzzy
150150
msgid "Here's the simplest example of a generator function::"
151-
msgstr "Voici un exemple simple de fonction génératrice :"
151+
msgstr "Voici un exemple simple de fonction génératrice ::"
152152

153153
#: ../Doc/whatsnew/2.3.rst:151
154154
msgid ""
@@ -177,7 +177,7 @@ msgstr ""
177177
#: ../Doc/whatsnew/2.3.rst:169
178178
#, fuzzy
179179
msgid "Here's a sample usage of the :func:`generate_ints` generator::"
180-
msgstr "Voici un exemple d'utilisation du générateur ``generate_ints()`` :"
180+
msgstr "Voici un exemple d'utilisation du générateur ``generate_ints()`` ::"
181181

182182
#: ../Doc/whatsnew/2.3.rst:186
183183
#, fuzzy

whatsnew/2.5.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ msgstr ""
560560
#: ../Doc/whatsnew/2.5.rst:476
561561
#, fuzzy
562562
msgid "And here's an example of changing the counter::"
563-
msgstr "Et voici comment il est possible de modifier le compteur :"
563+
msgstr "Et voici comment il est possible de modifier le compteur ::"
564564

565565
#: ../Doc/whatsnew/2.5.rst:493
566566
msgid ""

whatsnew/3.2.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ msgid ""
532532
"occurs as a free variable in a nested block::"
533533
msgstr ""
534534
"Auparavant, il était illégal de supprimer un nom dans l'espace des noms "
535-
"locaux si celui-ci apparaissait comme variable libre dans un bloc imbriqué."
535+
"locaux si celui-ci apparaissait comme variable libre dans un bloc imbriqué ::"
536536

537537
#: ../Doc/whatsnew/3.2.rst:551
538538
msgid ""

whatsnew/3.5.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ msgstr ""
559559

560560
#: ../Doc/whatsnew/3.5.rst:496
561561
msgid "and::"
562-
msgstr "et  ::"
562+
msgstr "et ::"
563563

564564
#: ../Doc/whatsnew/3.5.rst:505
565565
msgid ""

0 commit comments

Comments
 (0)