FIX: typo and missing '^' on 'chaine'. Thanks to Mai Line.

This commit is contained in:
Julien Palard 2017-07-06 10:18:41 +02:00
parent 5cc2c288bd
commit 499f495563

View File

@ -255,7 +255,7 @@ msgid ""
"Strings can be concatenated (glued together) with the ``+`` operator, and " "Strings can be concatenated (glued together) with the ``+`` operator, and "
"repeated with ``*``::" "repeated with ``*``::"
msgstr "" 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 ``*``::" "+``, et répétées avec l'opérateur ``*``::"
#: ../Doc/tutorial/introduction.rst:211 #: ../Doc/tutorial/introduction.rst:211
@ -317,7 +317,7 @@ msgid ""
msgstr "" msgstr ""
"En plus d'accéder à un élément par son indice, il est aussi possible de " "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 " "*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 #: ../Doc/tutorial/introduction.rst:268
msgid "" msgid ""
@ -431,7 +431,7 @@ msgstr ":ref:`f-strings`"
#: ../Doc/tutorial/introduction.rst:356 #: ../Doc/tutorial/introduction.rst:356
msgid "String literals that have embedded expressions." 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 #: ../Doc/tutorial/introduction.rst:359
msgid ":ref:`formatstrings`" msgid ":ref:`formatstrings`"