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

Skip to content

Commit a0c7fab

Browse files
Reprise des fuzzies. RAS (#1865)
1 parent 5025581 commit a0c7fab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

faq/programming.po

Lines changed: 1 addition & 4 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: 2022-03-18 17:06+0100\n"
9-
"PO-Revision-Date: 2021-12-16 02:40+0100\n"
9+
"PO-Revision-Date: 2022-05-07 16:01+0200\n"
1010
"Last-Translator: Jean Abou Samra <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -2763,7 +2763,6 @@ msgstr ""
27632763
"la valeur booléenne est ``False``."
27642764

27652765
#: faq/programming.rst:1821
2766-
#, fuzzy
27672766
msgid ""
27682767
"2) Detecting optional arguments can be tricky when ``None`` is a valid input "
27692768
"value. In those situations, you can create a singleton sentinel object "
@@ -2852,7 +2851,6 @@ msgstr ""
28522851
"simplement conservé aussi longtemps que l'instance elle-même."
28532852

28542853
#: faq/programming.rst:1911
2855-
#, fuzzy
28562854
msgid ""
28572855
"The advantage is that when an instance is no longer used, the cached method "
28582856
"result will be released right away. The disadvantage is that if instances "
@@ -3165,7 +3163,6 @@ msgstr ""
31653163
"valeurs importées)."
31663164

31673165
#: faq/programming.rst:2095
3168-
#, fuzzy
31693166
msgid ""
31703167
"Van Rossum doesn't like this approach much because the imports appear in a "
31713168
"strange place, but it does work."

0 commit comments

Comments
 (0)