From 16166954f7904f04c5dbf876f1c1de404ebda933 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Tue, 23 Sep 2025 18:05:51 +0200 Subject: [PATCH] [3.13] Fix library/contextlib.po after the reversion Follow-up for https://github.com/python/python-docs-pl/pull/109 --- library/contextlib.po | 6 ------ 1 file changed, 6 deletions(-) diff --git a/library/contextlib.po b/library/contextlib.po index 95c5dfa8b..4a950476d 100644 --- a/library/contextlib.po +++ b/library/contextlib.po @@ -305,9 +305,6 @@ msgstr "" msgid ":term:`asynchronous context manager` support was added." msgstr "" -msgid ":term:`asynchronous context manager` support was added." -msgstr "" - msgid "" "Return a context manager that suppresses any of the specified exceptions if " "they occur in the body of a :keyword:`!with` statement and then resumes " @@ -842,9 +839,6 @@ msgstr "" msgid "Replacing any use of ``try-finally`` and flag variables" msgstr "" -msgid "Replacing any use of ``try-finally`` and flag variables" -msgstr "" - msgid "" "A pattern you will sometimes see is a ``try-finally`` statement with a flag " "variable to indicate whether or not the body of the ``finally`` clause "