@@ -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-10-04 17:46 +0200\n "
9+ "PO-Revision-Date : 2018-10-04 17:54 +0200\n "
1010"Last-Translator : \n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
@@ -819,8 +819,8 @@ msgid ""
819819"In comp.lang.python, Fredrik Lundh once gave an excellent analogy in answer "
820820"to this question:"
821821msgstr ""
822- "Sur comp.lang.python, Fredrik Lundh a donné un jour une excellente analogie "
823- "pour répondre à cette question:"
822+ "Sur * comp.lang.python* , Fredrik Lundh a donné un jour une excellente "
823+ "analogie pour répondre à cette question:"
824824
825825#: ../Doc/faq/programming.rst:687
826826msgid ""
@@ -1006,7 +1006,8 @@ msgstr ""
10061006"`ValueError`. ``int(string, base)`` prends la base depuis laquelle il faut "
10071007"convertir dans le second argument, optionnel, donc ``int('0x144', 16) == "
10081008"324``. Si la base donnée est 0, le nombre est interprété selon les règles "
1009- "Python: un préfixe '0o' indique de l'octal, et '0x' indique de l'hexadécimal."
1009+ "Python: un préfixe ``0o`` indique de l'octal, et ``0x`` indique de "
1010+ "l'hexadécimal."
10101011
10111012#: ../Doc/faq/programming.rst:828
10121013msgid ""
@@ -1125,7 +1126,7 @@ msgid ""
11251126"Is there an equivalent to Perl's chomp() for removing trailing newlines from "
11261127"strings?"
11271128msgstr ""
1128- "Existe-t' il un équivalent à la fonction ``chomp()`` de Perl, pour retirer "
1129+ "Existe-t- il un équivalent à la fonction ``chomp()`` de Perl, pour retirer "
11291130"les caractères de fin de ligne d'une chaine de caractère ?"
11301131
11311132#: ../Doc/faq/programming.rst:944
@@ -1152,7 +1153,7 @@ msgstr ""
11521153
11531154#: ../Doc/faq/programming.rst:961
11541155msgid "Is there a scanf() or sscanf() equivalent?"
1155- msgstr "Existe-t' il un équivalent à ``scanf()`` ou ``sscanf()`` ?"
1156+ msgstr "Existe-t- il un équivalent à ``scanf()`` ou ``sscanf()`` ?"
11561157
11571158#: ../Doc/faq/programming.rst:963
11581159msgid "Not as such."
0 commit comments