forked from AFPy/python-docs-fr
FIX: typo and missing '^' on 'chaine'. Thanks to Mai Line.
This commit is contained in:
parent 5cc2c288bd
commit 499f495563
1 changed files with 3 additions and 3 deletions
| | @ -255,7 +255,7 @@ msgid "" | |||
"Strings can be concatenated (glued together) with the ``+`` operator, and " | ||||
"repeated with ``*``::" | ||||
msgstr "" | ||||
"Les chaines peuvent être concaténées (collées ensemble) avec l'opérateur ``" | ||||
"Les chaînes peuvent être concaténées (collées ensemble) avec l'opérateur ``" | ||||
"+``, et répétées avec l'opérateur ``*``::" | ||||
| ||||
#: ../Doc/tutorial/introduction.rst:211 | ||||
| | @ -317,7 +317,7 @@ msgid "" | |||
msgstr "" | ||||
"En plus d'accéder à un élément par son indice, il est aussi possible de " | ||||
"*trancher* une liste. Accéder à une chaîne par un indice permet d'obtenir un " | ||||
"caractère, alors que la *trancher* permet d'obtenir une sous-chaïne : ::" | ||||
"caractère, alors que la *trancher* permet d'obtenir une sous-chaîne : ::" | ||||
| ||||
#: ../Doc/tutorial/introduction.rst:268 | ||||
msgid "" | ||||
| | @ -431,7 +431,7 @@ msgstr ":ref:`f-strings`" | |||
| ||||
#: ../Doc/tutorial/introduction.rst:356 | ||||
msgid "String literals that have embedded expressions." | ||||
msgstr "Des chaines littérales qui contiennent des expressions." | ||||
msgstr "Des chaînes littérales qui contiennent des expressions." | ||||
| ||||
#: ../Doc/tutorial/introduction.rst:359 | ||||
msgid ":ref:`formatstrings`" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue