Skip to content

Commit 89062f4

Browse files
committed
FIX typo, closes #283.
1 parent a01b859 commit 89062f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

howto/sorting.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2017-10-13 22:28+0200\n"
9-
"PO-Revision-Date: 2018-02-15 00:39+0100\n"
10-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9+
"PO-Revision-Date: 2018-07-27 09:46+0200\n"
10+
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
@@ -262,7 +262,7 @@ msgid ""
262262
"items are compared; if they are the same then the second items are compared, "
263263
"and so on."
264264
msgstr ""
265-
"Cette technique marche parsce que les tuples sont comparés par ordre "
265+
"Cette technique marche parce que les tuples sont comparés par ordre "
266266
"lexicographique; les premiers objets sont comparés; si il y a des objets "
267267
"identiques, alors l'objet suivant est comparé, et ainsi de suite."
268268

0 commit comments

Comments
 (0)