1
0
Fork 0

Removed fuzzy entry in translation of tutorial/datastructures.po (#467)

This commit is contained in:
Jules Lasne (jlasne) 2018-12-14 09:51:45 +01:00 committed by Julien Palard
parent 93b03fd641
commit 0f23d890fc
1 changed files with 4 additions and 5 deletions

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
"PO-Revision-Date: 2018-08-03 19:09+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"PO-Revision-Date: 2018-12-12 22:05+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.2\n"
"X-Generator: Poedit 2.2\n"
#: ../Doc/tutorial/datastructures.rst:5
msgid "Data Structures"
@ -65,13 +65,12 @@ msgstr ""
"insert(len(a), x)`` est équivalent à ``a.append(x)``."
#: ../Doc/tutorial/datastructures.rst:43
#, fuzzy
msgid ""
"Remove the first item from the list whose value is equal to *x*. It raises "
"a :exc:`ValueError` if there is no such item."
msgstr ""
"Supprime de la liste le premier élément dont la valeur est égale à *x*. Une "
"``ValueError`` est levée s'il n'existe aucun élément avec cette valeur."
":exc:`ValueError` est levée s'il n'existe aucun élément avec cette valeur."
#: ../Doc/tutorial/datastructures.rst:50
msgid ""