Reprise des fuzzies. RAS (#1865)

This commit is contained in:
Christophe Nanteuil 2022-05-07 16:38:04 +02:00 committed by GitHub
parent 5025581da6
commit a0c7fabc13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-18 17:06+0100\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 <jean@abou-samra.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -2763,7 +2763,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 "
@ -2852,7 +2851,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 "
@ -3165,7 +3163,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."