Skip to content

Commit b750bf7

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 4b32427 commit b750bf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/typing.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2020-10-04 04:16+0000\n"
20+
"POT-Creation-Date: 2020-10-12 04:20+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:32+0000\n"
2222
"Last-Translator: tomo, 2020\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1787,7 +1787,7 @@ msgstr ""
17871787
#: ../../library/typing.rst:1692
17881788
msgid ""
17891789
"If ``from __future__ import annotations`` is used in Python 3.7 or later, "
1790-
"annotations are not evaluated at function definition time. Instead, the are "
1791-
"stored as strings in ``__annotations__``, This makes it unnecessary to use "
1790+
"annotations are not evaluated at function definition time. Instead, they are"
1791+
" stored as strings in ``__annotations__``, This makes it unnecessary to use "
17921792
"quotes around the annotation. (see :pep:`563`)."
17931793
msgstr ""

0 commit comments

Comments
 (0)