From e4166c45dc29302685cdd659b3998a326cbe6373 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 23 May 2022 02:10:42 +0200 Subject: [PATCH] Mark partially translated entry as fuzzy. --- library/stdtypes.po | 1 + tutorial/errors.po | 1 + 2 files changed, 2 insertions(+) diff --git a/library/stdtypes.po b/library/stdtypes.po index 47c424e5..c6d80abf 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -6801,6 +6801,7 @@ msgid "Generic Alias Type" msgstr "Type Alias Générique" #: library/stdtypes.rst:4830 +#, fuzzy msgid "" "``GenericAlias`` objects are generally created by :ref:`subscripting " "` a class. They are most often used with :ref:`container " diff --git a/tutorial/errors.po b/tutorial/errors.po index 6fde57bb..cdd07732 100644 --- a/tutorial/errors.po +++ b/tutorial/errors.po @@ -275,6 +275,7 @@ msgstr "" "message des exceptions non gérées." #: tutorial/errors.rst:180 +#, fuzzy msgid "" ":exc:`BaseException` is the common base class of all exceptions. One of its " "subclasses, :exc:`Exception`, is the base class of all the non-fatal "