Skip to content

Commit c3113a8

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 7fb030f commit c3113a8

File tree

3 files changed

+536
-538
lines changed

3 files changed

+536
-538
lines changed

c-api/intro.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ msgstr ""
6868

6969
#: ../../c-api/intro.rst:34
7070
msgid "Coding standards"
71-
msgstr "コーディング規格"
71+
msgstr "コーディング基準"
7272

7373
#: ../../c-api/intro.rst:36
7474
msgid ""
@@ -78,6 +78,9 @@ msgid ""
7878
"these conventions is not necessary for your own third party extension "
7979
"modules, unless you eventually expect to contribute them to Python."
8080
msgstr ""
81+
"CPython に含める C コードを書いている場合は、 :PEP:`7` のガイドラインと基準に従わなければ **なりません** 。\n"
82+
"このガイドラインは、コントリビュート対象の Python のバージョンに関係無く適用されます。\n"
83+
"自身のサードパーティーのモジュールでは、それをいつか Python にコントリビュートするつもりでなければ、この慣習に従う必要はありません。"
8184

8285
#: ../../c-api/intro.rst:46
8386
msgid "Include Files"

library/itertools.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ msgid ""
649649
msgstr ""
650650
"iterable から要素を選択して返すイテレータを作成します。 *start* が0でない場合、iterable の要素は start に達するまでスキップされます。その後、\n"
651651
"要素が順に返されます。\n"
652-
"*step* が1以下なら連続した要素を返し、 1以上なら指定された値分の要素をスキップします。\n"
652+
" *step* が1以下なら連続した要素を返し、 1以上なら指定された値分の要素をスキップします。\n"
653653
"*stop* が ``None`` の場合、iterable が尽きるまでイテレーションは続きます。\n"
654654
"それ以外の場合、指定された位置でイテレーションは停止します。\n"
655655
"通常のスライスとは異なり、:func:`islice` は負の *start*、*stop*、*step* をサポートしません。内部構造が平滑化されたデータから関連するフィールドを抽出するのにに使用できます (たとえば、三行ごとに名前フィールドを列挙している複数行のレポート)。およそ次と等価です::"

0 commit comments

Comments
 (0)