Skip to content

Commit d82ad41

Browse files
christopheNanJulienPalard
authored andcommitted
Reprise des fuzzies. RAS (#1865)
1 parent b4b4af3 commit d82ad41

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-05-22 23:13+0200\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 <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -2764,7 +2764,6 @@ msgstr ""
27642764
"la valeur booléenne est ``False``."
27652765

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

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

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

0 commit comments

Comments
 (0)