File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.6\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2017-08-10 00:49+0200\n "
11
- "PO-Revision-Date : 2018-02-20 21:19 +0100\n "
11
+ "PO-Revision-Date : 2018-02-20 21:35 +0100\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
@@ -388,6 +388,12 @@ msgid ""
388
388
"meth:`flush`. The returned data should be concatenated with the output of "
389
389
"any previous calls to :meth:`compress`."
390
390
msgstr ""
391
+ "Une *data* compressée (un objet :class:`bytes`), renvoie un objet :class:"
392
+ "`bytes` contenant une donnée compressée pour au moins une partie de "
393
+ "l'entrée. Certaine *data* peuvent être mise en tampon, pour être utiliser "
394
+ "lors de prochains appels par :meth:`compress` et :meth:`flush`. La donnée "
395
+ "renvoyée pourra être concaténée avec la sortie d'appels précédents vers la "
396
+ "méthode :meth:`compress`."
391
397
392
398
#: ../Doc/library/lzma.rst:205
393
399
msgid ""
You can’t perform that action at this time.
0 commit comments