Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1130144

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parentd45713b commit1130144

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

‎library/asyncio-stream.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ msgid ""
225225
"Read up to *n* bytes. If *n* is not provided, or set to ``-1``, read until "
226226
"EOF and return all read bytes."
227227
msgstr""
228-
"*n* バイト読み込みます。*n* が指定されないか ``-1``が指定されていた場合 EOF"
229-
"になるまで読み込み、全データを返します。"
228+
"最大*n* バイト読み込みます。*n* が指定されないか ``-1``が指定されていた場"
229+
"合 EOFになるまで読み込み、読み込んだすべてのデータを返します。"
230230

231231
#:../../library/asyncio-stream.rst:198
232232
msgid""

‎library/functions.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,13 @@ msgid ""
412412
"Return an :term:`asynchronous iterator` for an :term:`asynchronous "
413413
"iterable`. Equivalent to calling ``x.__aiter__()``."
414414
msgstr""
415-
":term:`asynchronous iterable`から :term:`asynchronous iterator`を返します。"
416-
"``x.__aiter__()``を呼び出すのと等価です。"
415+
":term:`asynchronous iterable`から:term:`asynchronous iterator` を返しま"
416+
"す。``x.__aiter__()``を呼び出すのと等価です。"
417417

418418
#:../../library/functions.rst:69
419419
msgid"Note: Unlike :func:`iter`, :func:`aiter` has no 2-argument variant."
420-
msgstr"なお、:func:`iter`とは異なり、:func:`aiter`は第二引数を持ちません。"
420+
msgstr""
421+
"なお、 :func:`iter` とは異なり、 :func:`aiter` は第二引数を持ちません。"
421422

422423
#:../../library/functions.rst:75
423424
msgid""
@@ -1714,9 +1715,9 @@ msgstr ""
17141715
"ない場合には ``0`` を返します。\n"
17151716
"*x* に :meth:`__int__` が定義されている場合は、 ``int(x)`` は ``x."
17161717
"__int__()`` を返します。\n"
1717-
"*x* に :meth:`__index__` が定義されている場合は、 ```x.__index__()`` を返しま"
1718+
"*x* に :meth:`__index__` が定義されている場合は、 ``x.__index__()`` を返しま"
17181719
"す。\n"
1719-
"*x* に :meth:`__trunc__` が定義されている場合は、 ```x.__trunc__()`` を返しま"
1720+
"*x* に :meth:`__trunc__` が定義されている場合は、 ``x.__trunc__()`` を返しま"
17201721
"す。\n"
17211722
"浮動小数点数については、これは 0 に近い側へ切り捨てます。"
17221723

@@ -2609,7 +2610,7 @@ msgstr ""
26092610

26102611
#:../../library/functions.rst:1388
26112612
msgid"Here's an example of computing an inverse for ``38`` modulo ``97``::"
2612-
msgstr"以下は``97`` を法とする ``38`` のモジュラ逆数の計算例です::"
2613+
msgstr"以下は``97`` を法とする ``38`` のモジュラ逆数の計算例です::"
26132614

26142615
#:../../library/functions.rst:1395
26152616
msgid""
@@ -3445,7 +3446,7 @@ msgid ""
34453446
"is exhausted before the others:"
34463447
msgstr""
34473448
"しかし、デフォルトの動作と異なり、あるイテラブルが他のイテラブルよりも先に消"
3448-
"費しきった場合に :exc:`ValueError`例外を送出します:"
3449+
"費しきった場合に :exc:`ValueError`例外を送出します:"
34493450

34503451
#:../../library/functions.rst:1915
34513452
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp