@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.6\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2018-09-02 14:16 +0900\n "
14
+ "POT-Creation-Date : 2018-11-13 14:54 +0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:17+0000\n "
16
16
"Last-Translator : tomo🐧, 2018\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -204,12 +204,10 @@ msgstr ""
204
204
205
205
#: ../../glossary.rst:98
206
206
msgid ""
207
- "Usually refers to a asynchronous generator function, but may refer to an "
207
+ "Usually refers to an asynchronous generator function, but may refer to an "
208
208
"*asynchronous generator iterator* in some contexts. In cases where the "
209
209
"intended meaning isn't clear, using the full terms avoids ambiguity."
210
210
msgstr ""
211
- "通常は非同期ジェネレータ関数を指しますが、文脈によっては *非同期ジェネレータイテレータ* を指す場合があります。\n"
212
- "意図された意味が明らかでない場合、 明瞭化のために完全な単語を使用します。"
213
211
214
212
#: ../../glossary.rst:102
215
213
msgid ""
@@ -833,8 +831,8 @@ msgstr ""
833
831
#: ../../glossary.rst:391
834
832
msgid ""
835
833
"Function annotations are usually used for :term:`type hints <type hint>`: "
836
- "for example this function is expected to take two :class:`int` arguments and "
837
- " is also expected to have an :class:`int` return value::"
834
+ "for example, this function is expected to take two :class:`int` arguments "
835
+ "and is also expected to have an :class:`int` return value::"
838
836
msgstr ""
839
837
840
838
#: ../../glossary.rst:399
0 commit comments