File tree Expand file tree Collapse file tree 2 files changed +4302
-4290
lines changed Expand file tree Collapse file tree 2 files changed +4302
-4290
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2020-01-01 04:28 +0000\n "
14
+ "POT-Creation-Date : 2020-01-22 04:37 +0000\n "
15
15
"PO-Revision-Date : 2019-09-01 03:38+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -180,7 +180,6 @@ msgstr ""
180
180
":c:type:`PyLongObject` に変換します。"
181
181
182
182
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/long.rst:137
183
- #: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/long.rst:166
184
183
msgid ""
185
184
"Raise :exc:`OverflowError` if the value of *obj* is out of range for a "
186
185
":c:type:`long`."
@@ -220,6 +219,12 @@ msgstr ""
220
219
"のインスタンスでなければ、まず、その :meth:`__int__` メソッドを (もしあれば) 呼び出して、オブジェクトを "
221
220
":c:type:`PyLongObject` に変換します。"
222
221
222
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/long.rst:166
223
+ msgid ""
224
+ "Raise :exc:`OverflowError` if the value of *obj* is out of range for a "
225
+ ":c:type:`long long`."
226
+ msgstr ""
227
+
223
228
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/long.rst:178
224
229
msgid ""
225
230
"If the value of *obj* is greater than :const:`PY_LLONG_MAX` or less than "
You can’t perform that action at this time.
0 commit comments