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 "