File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"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"
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.0. 2\n "
16
+ "X-Generator : Poedit 2.2\n "
17
17
18
18
#: ../Doc/tutorial/datastructures.rst:5
19
19
msgid "Data Structures"
@@ -65,13 +65,12 @@ msgstr ""
65
65
"insert(len(a), x)`` est équivalent à ``a.append(x)``."
66
66
67
67
#: ../Doc/tutorial/datastructures.rst:43
68
- #, fuzzy
69
68
msgid ""
70
69
"Remove the first item from the list whose value is equal to *x*. It raises "
71
70
"a :exc:`ValueError` if there is no such item."
72
71
msgstr ""
73
72
"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."
75
74
76
75
#: ../Doc/tutorial/datastructures.rst:50
77
76
msgid ""
You can’t perform that action at this time.
0 commit comments