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

Skip to content

Commit 02405ce

Browse files
authored
compléter la traduction flou de collections (#1164)
1 parent 0537777 commit 02405ce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

library/collections.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2019-04-11 19:52+0200\n"
9+
"PO-Revision-Date: 2020-03-03 19:26+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.1\n"
16+
"X-Generator: Poedit 1.8.7.1\n"
1717

1818
#: ../Doc/library/collections.rst:2
1919
msgid ":mod:`collections` --- Container datatypes"
@@ -121,16 +121,14 @@ msgstr ""
121121
"de ``str``"
122122

123123
#: ../Doc/library/collections.rst:41
124-
#, fuzzy
125124
msgid ""
126125
"Moved :ref:`collections-abstract-base-classes` to the :mod:`collections.abc` "
127126
"module. For backwards compatibility, they continue to be visible in this "
128127
"module through Python 3.8."
129128
msgstr ""
130129
"Les :ref:`collections-abstract-base-classes` ont été déplacées vers le "
131130
"module :mod:`collections.abc`. Pour assurer la rétrocompatibilité, elles "
132-
"sont toujours disponibles dans ce module en Python 3.7 mais seront ensuite "
133-
"totalement supprimées."
131+
"sont toujours disponibles dans ce module en Python 3.8."
134132

135133
#: ../Doc/library/collections.rst:43
136134
msgid ":class:`ChainMap` objects"

0 commit comments

Comments
 (0)