Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f23d89

Browse files
Seluj78JulienPalard
authored andcommitted
Removed fuzzy entry in translation of tutorial/datastructures.po (#467)
1 parent 93b03fd commit 0f23d89

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tutorial/datastructures.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
9-
"PO-Revision-Date: 2018-08-03 19:09+0200\n"
10-
"Last-Translator: Julien Palard <[email protected]>\n"
9+
"PO-Revision-Date: 2018-12-12 22:05+0100\n"
10+
"Last-Translator: Jules Lasne <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.0.2\n"
16+
"X-Generator: Poedit 2.2\n"
1717

1818
#: ../Doc/tutorial/datastructures.rst:5
1919
msgid "Data Structures"
@@ -65,13 +65,12 @@ msgstr ""
6565
"insert(len(a), x)`` est équivalent à ``a.append(x)``."
6666

6767
#: ../Doc/tutorial/datastructures.rst:43
68-
#, fuzzy
6968
msgid ""
7069
"Remove the first item from the list whose value is equal to *x*. It raises "
7170
"a :exc:`ValueError` if there is no such item."
7271
msgstr ""
7372
"Supprime de la liste le premier élément dont la valeur est égale à *x*. Une "
74-
"``ValueError`` est levée s'il n'existe aucun élément avec cette valeur."
73+
":exc:`ValueError` est levée s'il n'existe aucun élément avec cette valeur."
7574

7675
#: ../Doc/tutorial/datastructures.rst:50
7776
msgid ""

0 commit comments

Comments
 (0)