Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31e464b

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent dd1075d commit 31e464b

File tree

2 files changed

+5826
-5822
lines changed

2 files changed

+5826
-5822
lines changed

tutorial/controlflow.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.8\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2021-02-20 16:31+0000\n"
15+
"POT-Creation-Date: 2021-03-28 16:54+0000\n"
1616
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
1717
"Last-Translator: mollinaca, 2020\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -856,12 +856,9 @@ msgid ""
856856
"evaluating to the value of the annotation. Return annotations are defined "
857857
"by a literal ``->``, followed by an expression, between the parameter list "
858858
"and the colon denoting the end of the :keyword:`def` statement. The "
859-
"following example has a positional argument, a keyword argument, and the "
859+
"following example has a required argument, an optional argument, and the "
860860
"return value annotated::"
861861
msgstr ""
862-
":term:`アノテーション <function annotation>` は関数の :attr:`__annotations__` 属性に辞書として格納され、関数の他の部分には何も影響がありません。\n"
863-
"パラメータアノテーションは、パラメータ名の後にコロンを続けることによって定義され、その後にアノテーションの値として評価される式が置かれます。\n"
864-
"戻り値アノテーションは、パラメータリストと :keyword:`def` ステートメントの終わりを表すコロンの間に置かれたリテラル ``->`` によって定義され、その後に式が続きます。次の例は位置引数とキーワード引数、そして戻り値アノテーションを持っています::"
865862

866863
#: ../../tutorial/controlflow.rst:885
867864
msgid "Intermezzo: Coding Style"

0 commit comments

Comments
 (0)