Skip to content

Commit f63f6ac

Browse files
committed
Proofreading, typography mostly.
1 parent 7b44bf3 commit f63f6ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

library/unittest.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-09-15 21:52+0200\n"
9-
"PO-Revision-Date: 2018-09-23 15:23+0100\n"
9+
"PO-Revision-Date: 2018-09-27 11:28+0200\n"
1010
"Last-Translator: Lowic Mangin <louis.gabriel@orange.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -21,7 +21,7 @@ msgstr ":mod:`unittest` --- *Framework* de tests unitaires"
2121

2222
#: ../Doc/library/unittest.rst:12
2323
msgid "**Source code:** :source:`Lib/unittest/__init__.py`"
24-
msgstr "**Code source :** :source:`Lib/unittest/__init__.py`"
24+
msgstr "**Code source :** :source:`Lib/unittest/__init__.py`"
2525

2626
#: ../Doc/library/unittest.rst:16
2727
msgid ""
@@ -39,10 +39,10 @@ msgid ""
3939
"for tests, aggregation of tests into collections, and independence of the "
4040
"tests from the reporting framework."
4141
msgstr ""
42-
"Le cadre applicatif :mod:`unittest` de tests unitaires était au départ "
42+
"Le cadre applicatif de tests unitaires :mod:`unittest` était au départ "
4343
"inspiré par *JUnit* et ressemble aux principaux *frameworks* de tests "
4444
"unitaires des autres langages. Il gère l'automatisation des tests, le "
45-
"partage de code pour la mise en place et la fermeture des tests, "
45+
"partage de code pour la mise en place et la finalisation des tests, "
4646
"l'agrégation de tests en collections, et l'indépendance des tests par "
4747
"rapport au *framework* utilisé."
4848

@@ -52,7 +52,7 @@ msgid ""
5252
"object-oriented way:"
5353
msgstr ""
5454
"Pour y parvenir, :mod:`unittest` gère quelques concepts importants avec une "
55-
"approche orientée objet :"
55+
"approche orientée objet :"
5656

5757
#: ../Doc/library/unittest.rst:32
5858
msgid "test fixture"
@@ -218,7 +218,7 @@ msgstr ""
218218

219219
#: ../Doc/library/unittest.rst:88
220220
msgid "Here is a short script to test three string methods::"
221-
msgstr "Voici un court script pour tester trois méthodes de *string* ::"
221+
msgstr "Voici un court script pour tester trois méthodes de *string* ::"
222222

223223
#: ../Doc/library/unittest.rst:112
224224
msgid ""
@@ -270,7 +270,7 @@ msgstr ""
270270
"Le bloc final montre une manière simple de lancer les tests. :func:`unittest."
271271
"main` fournit une interface en ligne de commande pour le script de test. "
272272
"Lorsqu'il est lancé en ligne de commande, le script ci-dessus produit une "
273-
"sortie qui ressemble à ceci ::"
273+
"sortie qui ressemble à ceci ::"
274274

275275
#: ../Doc/library/unittest.rst:138
276276
msgid ""
@@ -280,7 +280,7 @@ msgid ""
280280
msgstr ""
281281
"Passer l'option ``-v`` à votre script de test informera :func:`unittest."
282282
"main` qu'il doit fournir un niveau plus important de verbosité, et produit "
283-
"la sortie suivante ::"
283+
"la sortie suivante ::"
284284

285285
#: ../Doc/library/unittest.rst:150
286286
msgid ""

0 commit comments

Comments
 (0)