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

Skip to content

Commit cf4933b

Browse files
committed
Fixed fuzzys in zipfile
1 parent 6414369 commit cf4933b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

library/zipfile.po

Lines changed: 3 additions & 7 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-12-21 09:48+0100\n"
9-
"PO-Revision-Date: 2018-12-12 23:36+0100\n"
9+
"PO-Revision-Date: 2019-02-27 12:15+0100\n"
1010
"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.2\n"
16+
"X-Generator: Poedit 2.2.1\n"
1717

1818
#: ../Doc/library/zipfile.rst:2
1919
msgid ":mod:`zipfile` --- Work with ZIP archives"
@@ -283,15 +283,14 @@ msgstr ""
283283
"appropriée pour un fichier archive ZIP vide sera écrite dans le fichier."
284284

285285
#: ../Doc/library/zipfile.rst:176
286-
#, fuzzy
287286
msgid ""
288287
"ZipFile is also a context manager and therefore supports the :keyword:`with` "
289288
"statement. In the example, *myzip* is closed after the :keyword:`!with` "
290289
"statement's suite is finished---even if an exception occurs::"
291290
msgstr ""
292291
"*ZipFile* est aussi un gestionnaire de contexte et gère ainsi la "
293292
"déclaration :keyword:`with`. Dans l'exemple, *myzip* est fermé à la fin de "
294-
"la déclaration :keyword:`with` --- même si une exception est levée : ::"
293+
"la déclaration :keyword:`!with` --- même si une exception est levée ::"
295294

296295
#: ../Doc/library/zipfile.rst:183
297296
msgid "Added the ability to use :class:`ZipFile` as a context manager."
@@ -649,7 +648,6 @@ msgstr ""
649648
"`ValueError`. Précédemment, une erreur :exc:`RuntimeError` était levée."
650649

651650
#: ../Doc/library/zipfile.rst:400
652-
#, fuzzy
653651
msgid ""
654652
"Write a file into the archive. The contents is *data*, which may be either "
655653
"a :class:`str` or a :class:`bytes` instance; if it is a :class:`str`, it is "
@@ -725,7 +723,6 @@ msgstr ""
725723
"informations de débogage sont affichées sur ``sys.stdout``."
726724

727725
#: ../Doc/library/zipfile.rst:443
728-
#, fuzzy
729726
msgid ""
730727
"The comment associated with the ZIP file as a :class:`bytes` object. If "
731728
"assigning a comment to a :class:`ZipFile` instance created with mode "
@@ -1002,7 +999,6 @@ msgstr ""
1002999
"`bytes`."
10031000

10041001
#: ../Doc/library/zipfile.rst:609
1005-
#, fuzzy
10061002
msgid ""
10071003
"Expansion field data. The `PKZIP Application Note`_ contains some comments "
10081004
"on the internal structure of the data contained in this :class:`bytes` "

0 commit comments

Comments
 (0)