From 93c0324d22c043cdb49dd97f11cc5134260f5d07 Mon Sep 17 00:00:00 2001 From: BellaMia777 <34721782+BellaMia777@users.noreply.github.com> Date: Wed, 20 Dec 2017 20:38:29 +0100 Subject: [PATCH] fix: grammar mistake --- tutorial/introduction.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/introduction.po b/tutorial/introduction.po index c2fbd089..0b234e16 100644 --- a/tutorial/introduction.po +++ b/tutorial/introduction.po @@ -388,7 +388,7 @@ msgid "" "assigning to an indexed position in the string results in an error::" msgstr "" "Les chaînes de caractères, en Python ne peuvent pas être modifiées, on dit " -"quelles sont :term:`immuable`. Affecter une nouvelle valeur à un indice dans " +"qu'elles sont :term:`immuable`. Affecter une nouvelle valeur à un indice dans " "une chaîne produit une erreur : ::" #: ../Doc/tutorial/introduction.rst:329