8000 FIX: typo and missing '^' on 'chaine'. Thanks to Mai Line. · python/python-docs-fr@499f495 · GitHub
[go: up one dir, main page]

Skip to content

Commit 499f495

Browse files
committed
FIX: typo and missing '^' on 'chaine'. Thanks to Mai Line.
1 parent 5cc2c28 commit 499f495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/introduction.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ msgid ""
255255
"Strings can be concatenated (glued together) with the ``+`` operator, and "
256256
"repeated with ``*``::"
257257
msgstr ""
258-
"Les chaines peuvent être concaténées (collées ensemble) avec l'opérateur ``"
258+
"Les chaînes peuvent être concaténées (collées ensemble) avec l'opérateur ``"
259259
"+``, et répétées avec l'opérateur ``*``::"
260260

261261
#: ../Doc/tutorial/introduction.rst:211
@@ -317,7 +317,7 @@ msgid ""
317317
msgstr ""
318318
"En plus d'accéder à un élément par son indice, il est aussi possible de "
319319
"*trancher* une liste. Accéder à une chaîne par un indice permet d'obtenir un "
320-
"caractère, alors que la *trancher* permet d'obtenir une sous-chaïne : ::"
320+
"caractère, alors que la *trancher* permet d'obtenir une sous-chaîne : ::"
321321

322322
#: ../Doc/tutorial/introduction.rst:268
323323
msgid ""
@@ -431,7 +431,7 @@ msgstr ":ref:`f-strings`"
431431

432432
#: ../Doc/tutorial/introduction.rst:356
433433
msgid "String literals that have embedded expressions."
434-
msgstr "Des chaines littérales qui contiennent des expressions."
434+
msgstr "Des chaînes littérales qui contiennent des expressions."
435435

436436
#: ../Doc/tutorial/introduction.rst:359
437437
msgid ":ref:`formatstrings`"

0 commit comments

Comments
 (0)
0