@@ -6,7 +6,7 @@ msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2021-09-23 16:16+0200\n "
9- "PO-Revision-Date : 2021-03-22 14:37 +0100\n "
9+ "PO-Revision-Date : 2021-12-16 17:27 +0100\n "
1010"Last-Translator : Loc Cosnier <loc.cosnier@pm.me>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
@@ -241,7 +241,7 @@ msgid ""
241241"`TextWrapper` guarantees that no output line will be longer than :attr:"
242242"`width` characters."
243243msgstr ""
244- "(par défaut : ``70``` ) Longueur maximale des lignes reformatées. Tant qu'il "
244+ "(par défaut : ``70``) Longueur maximale des lignes reformatées. Tant qu'il "
245245"n'y a pas de mots individuels dans le texte d'entrée plus longs que :attr:"
246246"`width`, :class:`TextWrapper` garantit qu'aucune ligne de sortie n'est plus "
247247"longue que :attr:`width` caractères."
@@ -320,7 +320,7 @@ msgid ""
320320"output. Counts towards the length of the first line. The empty string is "
321321"not indented."
322322msgstr ""
323- "(par défaut : ```''` ``) Chaîne qui est ajoutée à la première ligne de la "
323+ "(par défaut : ``'' ``) Chaîne qui est ajoutée à la première ligne de la "
324324"sortie formatée. Elle compte pour le calcul de la longueur de la première "
325325"ligne. La chaîne vide n'est pas indentée."
326326
@@ -330,7 +330,7 @@ msgid ""
330330"output except the first. Counts towards the length of each line except the "
331331"first."
332332msgstr ""
333- "(par défaut : ```''` ``) Chaîne qui préfixe toutes les lignes de la sortie "
333+ "(par défaut : ``'' ``) Chaîne qui préfixe toutes les lignes de la sortie "
334334"formatée sauf la première. Elle compte pour le calcul de la longueur de "
335335"chaque ligne à l'exception de la première."
336336
@@ -413,7 +413,7 @@ msgid ""
413413"(default: ``None``) If not ``None``, then the output will contain at most "
414414"*max_lines* lines, with *placeholder* appearing at the end of the output."
415415msgstr ""
416- "(par défaut : ``None``` ) Si ce n'est pas ``None` ``, alors la sortie contient "
416+ "(par défaut : ``None``) Si ce n'est pas ``None``, alors la sortie contient "
417417"au maximum *max_lines* lignes, avec *placeholder* à la fin de la sortie."
418418
419419#: library/textwrap.rst:288
0 commit comments