diff --git a/faq/programming.po b/faq/programming.po index 731df1dc..32b2522f 100644 --- a/faq/programming.po +++ b/faq/programming.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-05-22 23:13+0200\n" -"PO-Revision-Date: 2021-12-16 02:40+0100\n" +"PO-Revision-Date: 2022-05-07 16:01+0200\n" "Last-Translator: Jean Abou Samra \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -2764,7 +2764,6 @@ msgstr "" "la valeur booléenne est ``False``." #: faq/programming.rst:1821 -#, fuzzy msgid "" "2) Detecting optional arguments can be tricky when ``None`` is a valid input " "value. In those situations, you can create a singleton sentinel object " @@ -2853,7 +2852,6 @@ msgstr "" "simplement conservé aussi longtemps que l'instance elle-même." #: faq/programming.rst:1911 -#, fuzzy msgid "" "The advantage is that when an instance is no longer used, the cached method " "result will be released right away. The disadvantage is that if instances " @@ -3167,7 +3165,6 @@ msgstr "" "valeurs importées)." #: faq/programming.rst:2095 -#, fuzzy msgid "" "Van Rossum doesn't like this approach much because the imports appear in a " "strange place, but it does work."