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

Skip to content

Commit 2e2671c

Browse files
committed
FIX: Missing reference.
1 parent 6433216 commit 2e2671c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/pickle.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-12-21 09:48+0100\n"
9-
"PO-Revision-Date: 2019-02-26 11:30+0100\n"
9+
"PO-Revision-Date: 2019-02-26 12:09+0100\n"
1010
"Language-Team: FRENCH <[email protected]>\n"
1111
"Language: fr\n"
1212
"MIME-Version: 1.0\n"
@@ -40,8 +40,9 @@ msgstr ""
4040
"est l'opération inverse, par laquelle un flux d'octet (à partir d'un :term:"
4141
"`binary file` ou :term:`bytes-like object`) est converti en hiérarchie "
4242
"d'objets. *Pickling* (et *unpickling*) sont alternativement connu sous le "
43-
"terme de \"sérialisation\" ou de \"*marshalisation*\". Cependant pour éviter "
44-
"la confusion les termes utilisés ici sont *pickling* et *unpickling*."
43+
"terme de \"sérialisation\", de \"*marshalling*\" [#]_ ou encore de "
44+
"\"*flattening*\". Cependant pour éviter la confusion les termes utilisés ici "
45+
"sont *pickling* et *unpickling*."
4546

4647
#: ../Doc/library/pickle.rst:33
4748
msgid ""

0 commit comments

Comments
 (0)