Skip to content

Delete a whitespace after newline #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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