From 499f495563e3c973f75234163bf28a72049142b6 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 6 Jul 2017 10:18:41 +0200 Subject: [PATCH] FIX: typo and missing '^' on 'chaine'. Thanks to Mai Line. --- tutorial/introduction.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial/introduction.po b/tutorial/introduction.po index 984332b1..214e89fd 100644 --- a/tutorial/introduction.po +++ b/tutorial/introduction.po @@ -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`"