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

Skip to content

Commit e5a7b29

Browse files
authored
corrige 2 fuzzies (#1432)
1 parent 678d4ee commit e5a7b29

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tutorial/classes.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
9-
"PO-Revision-Date: 2020-09-30 14:37+0200\n"
9+
"PO-Revision-Date: 2020-09-30 16:12+0200\n"
1010
"Last-Translator: Jules Lasne <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -1302,7 +1302,6 @@ msgid "Generators"
13021302
msgstr "Générateurs"
13031303

13041304
#: tutorial/classes.rst:852
1305-
#, fuzzy
13061305
msgid ""
13071306
":term:`Generators <generator>` are a simple and powerful tool for creating "
13081307
"iterators. They are written like regular functions but use the :keyword:"

tutorial/controlflow.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
9-
"PO-Revision-Date: 2020-09-30 14:22+0200\n"
9+
"PO-Revision-Date: 2020-09-30 16:12+0200\n"
1010
"Last-Translator: Jules Lasne <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -777,7 +777,6 @@ msgstr ""
777777
"``name`` comme mot-clé ::"
778778

779779
#: tutorial/controlflow.rst:660
780-
#, fuzzy
781780
msgid ""
782781
"There is no possible call that will make it return ``True`` as the keyword "
783782
"``'name'`` will always bind to the first parameter. For example::"

0 commit comments

Comments
 (0)