File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
# tomo, 2020
15
15
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
16
16
# Shin Saito, 2021
17
- # Osamu NAKAMURA, 2021
18
17
# mollinaca, 2021
18
+ # Osamu NAKAMURA, 2021
19
19
#
20
20
#, fuzzy
21
21
msgid ""
@@ -24,7 +24,7 @@ msgstr ""
24
24
"Report-Msgid-Bugs-To : \n "
25
25
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
26
26
"PO-Revision-Date : 2017-02-16 17:32+0000\n "
27
- "Last-Translator : mollinaca , 2021\n "
27
+ "Last-Translator : Osamu NAKAMURA , 2021\n "
28
28
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
29
29
"MIME-Version : 1.0\n "
30
30
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1668,7 +1668,7 @@ msgid ""
1668
1668
msgstr ""
1669
1669
"(上の例のように) いくつかの名前付きタプルは組み込み型になっています。\n"
1670
1670
"その他にも名前付きタプルは、通常のクラス定義で :class:`tuple` を継承し、名前のフィールドを定義して作成できます。\n"
1671
- "そのようなクラスは手動で書いたり、 :func:`collections.namedtuple` ファクトリ関数デ作成したりできます 。\n"
1671
+ "そのようなクラスは手動で書いたり、 :func:`collections.namedtuple` ファクトリ関数で作成したりできます 。\n"
1672
1672
"後者の方法は、手動で書いた名前付きタプルや組み込みの名前付きタプルには無い付加的なメソッドを追加できます。"
1673
1673
1674
1674
#: ../../glossary.rst:782
Original file line number Diff line number Diff line change 9
9
# Arihiro TAKASE, 2017
10
10
# E. Kawashima, 2017
11
11
# tomo, 2019
12
- # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
12
+ # Osamu NAKAMURA, 2021
13
13
#
14
14
#, fuzzy
15
15
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Report-Msgid-Bugs-To : \n "
19
19
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
20
20
"PO-Revision-Date : 2017-02-16 23:38+0000\n "
21
- "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \n "
21
+ "Last-Translator : Osamu NAKAMURA, 2021 \n "
22
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
23
23
"MIME-Version : 1.0\n "
24
24
"Content-Type : text/plain; charset=UTF-8\n "
@@ -52,7 +52,7 @@ msgstr ""
52
52
"モジュール、関数本体、そしてクラス定義はブロックであり、対話的に入力された個々のコマンドもブロックです。\n"
53
53
"スクリプトファイル (インタープリタに標準入力として与えられたり、インタープリタにコマンドライン引数として与えられたファイル) もコードブロックです。\n"
54
54
"スクリプトコマンド (インタープリタのコマンドライン上で :option:`-c` オプションで指定されたコマンド) もコードブロックです。\n"
55
- "引数 :option:`-m` を使用して、コマンド行からトップレベルスクリプト(モジュール ``__main__`` として)として実行されるモジュールコードブロックでもあります 。組み込み関数 :func:`eval` や :func:`exec` に渡された文字列引数もコードブロックです。"
55
+ "引数 :option:`-m` を使用して、コマンドラインからトップレベルスクリプト(すなわちモジュール ``__main__`` )として実行されるモジュールもまたコードブロックです 。組み込み関数 :func:`eval` や :func:`exec` に渡された文字列引数もコードブロックです。"
56
56
57
57
#: ../../reference/executionmodel.rst:33
58
58
msgid ""
You can’t perform that action at this time.
0 commit comments