Skip to content

Commit afa428d

Browse files
authored
[3.13] Fix library/contextlib.po after the reversion (#111)
Follow-up for #109
1 parent 4c3bab2 commit afa428d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

library/contextlib.po

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@ msgstr ""
305305
msgid ":term:`asynchronous context manager` support was added."
306306
msgstr ""
307307

308-
msgid ":term:`asynchronous context manager` support was added."
309-
msgstr ""
310-
311308
msgid ""
312309
"Return a context manager that suppresses any of the specified exceptions if "
313310
"they occur in the body of a :keyword:`!with` statement and then resumes "
@@ -842,9 +839,6 @@ msgstr ""
842839
msgid "Replacing any use of ``try-finally`` and flag variables"
843840
msgstr ""
844841

845-
msgid "Replacing any use of ``try-finally`` and flag variables"
846-
msgstr ""
847-
848842
msgid ""
849843
"A pattern you will sometimes see is a ``try-finally`` statement with a flag "
850844
"variable to indicate whether or not the body of the ``finally`` clause "

0 commit comments

Comments
 (0)