File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ msgstr "``assertNotAlmostEquals(a, b)``"
303
303
304
304
#: ../../src/Doc/library/2to3.rst:180
305
305
msgid "Converts :class:`basestring` to :class:`str`."
306
- msgstr "Convertis une :class:`basestring` en :class:`str`."
306
+ msgstr "Convertit une :class:`basestring` en :class:`str`."
307
307
308
308
#: ../../src/Doc/library/2to3.rst:184
309
309
msgid ""
@@ -45481,10 +45481,9 @@ msgid ""
45481
45481
"similar to that returned by :func:`repr` in Python 2."
45482
45482
msgstr ""
45483
45483
"Donne, tout comme :func:`repr`, une chaîne contenant une représentation "
45484
- "affichable d'un objet, en transformant les caractères non-ASCII donnés par :"
45484
+ "affichable d'un objet, entransformant les caractères non-ASCII donnés par :"
45485
45485
"func:`repr` en utilisant des séquences d'échappement ``\\x``, ``\\u`` ou ``"
45486
- "\\U``. Cela génère une chaîne similaire à ce que renvoie repr() dans Python "
45487
- "2."
45486
+ "\\U``. Cela peut ressembler à ce que donnait :func:`repr` en Python 2."
45488
45487
45489
45488
#: ../../src/Doc/library/functions.rst:83
45490
45489
msgid ""
You can’t perform that action at this time.
0 commit comments