Skip to content

Commit

Permalink
Update translations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 9, 2024
1 parent 819c7db commit 995a9bb
Show file tree
Hide file tree
Showing 133 changed files with 2,408 additions and 2,396 deletions.
2 changes: 1 addition & 1 deletion c-api/bool.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
31 changes: 16 additions & 15 deletions c-api/bytearray.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-26 14:15+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
"Last-Translator: tomo, 2023\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -75,24 +75,25 @@ msgstr ""
":ref:`buffer protocol <bufferobjects>` を実装した任意のオブジェクト *o* か"
"ら、新しいbytearrayオブジェクトを作成し、返します。"

#: ../../c-api/bytearray.rst:48
msgid ""
"Create a new bytearray object from *string* and its length, *len*. On "
"failure, ``NULL`` is returned."
#: ../../c-api/bytearray.rst:45 ../../c-api/bytearray.rst:52
#: ../../c-api/bytearray.rst:59
msgid "On failure, return ``NULL`` with an exception set."
msgstr ""

#: ../../c-api/bytearray.rst:50
msgid "Create a new bytearray object from *string* and its length, *len*."
msgstr ""
"*string* とその長さ *len* から新しい bytearray オブジェクトを返します。失敗し"
"た場合は ``NULL`` を返します。"

#: ../../c-api/bytearray.rst:54
#: ../../c-api/bytearray.rst:57
msgid ""
"Concat bytearrays *a* and *b* and return a new bytearray with the result."
msgstr "bytearray *a* と *b* を連結した結果を新しい bytearray として返します。"

#: ../../c-api/bytearray.rst:59
#: ../../c-api/bytearray.rst:64
msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
msgstr "``NULL`` ポインタチェックの後に *bytearray* のサイズを返します。"

#: ../../c-api/bytearray.rst:64
#: ../../c-api/bytearray.rst:69
msgid ""
"Return the contents of *bytearray* as a char array after checking for a "
"``NULL`` pointer. The returned array always has an extra null byte appended."
Expand All @@ -101,26 +102,26 @@ msgstr ""
"す。\n"
"返される配列には、常に余分な null バイトが追加されます。"

#: ../../c-api/bytearray.rst:71
#: ../../c-api/bytearray.rst:76
msgid "Resize the internal buffer of *bytearray* to *len*."
msgstr "*bytearray* の内部バッファを *len* へリサイズします。"

#: ../../c-api/bytearray.rst:74
#: ../../c-api/bytearray.rst:79
msgid "Macros"
msgstr "マクロ"

#: ../../c-api/bytearray.rst:76
#: ../../c-api/bytearray.rst:81
msgid "These macros trade safety for speed and they don't check pointers."
msgstr ""
"以下のマクロは、ポインタのチェックをしないことにより安全性を犠牲にしてスピー"
"ドを優先しています。"

#: ../../c-api/bytearray.rst:80
#: ../../c-api/bytearray.rst:85
msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
msgstr ""
":c:func:`PyByteArray_AsString` に似ていますが、エラーチェックを行いません。"

#: ../../c-api/bytearray.rst:85
#: ../../c-api/bytearray.rst:90
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
msgstr ""
":c:func:`PyByteArray_Size` に似ていますが、エラーチェックを行いません。"
Expand Down
2 changes: 1 addition & 1 deletion c-api/file.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
"POT-Creation-Date: 2024-08-09 16:36+0000\n"
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
"Last-Translator: Takanori Suzuki <[email protected]>, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion c-api/init.po
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
"POT-Creation-Date: 2024-08-09 16:36+0000\n"
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
"Last-Translator: Arihiro TAKASE, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
23 changes: 17 additions & 6 deletions c-api/long.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
"Last-Translator: tomo, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -618,34 +618,45 @@ msgid ""
msgstr ""

#: ../../c-api/long.rst:506
msgid ""
"On success, return a read only :term:`named tuple`, that holds information "
"about Python's internal representation of integers. See :data:`sys.int_info` "
"for description of individual fields."
msgstr ""

#: ../../c-api/long.rst:510
msgid "On failure, return ``NULL`` with an exception set."
msgstr ""

#: ../../c-api/long.rst:517
msgid "Return 1 if *op* is compact, 0 otherwise."
msgstr ""

#: ../../c-api/long.rst:508
#: ../../c-api/long.rst:519
msgid ""
"This function makes it possible for performance-critical code to implement a "
"“fast path” for small integers. For compact values use :c:func:"
"`PyUnstable_Long_CompactValue`; for others fall back to a :c:func:"
"`PyLong_As* <PyLong_AsSize_t>` function or :c:func:`PyLong_AsNativeBytes`."
msgstr ""

#: ../../c-api/long.rst:514
#: ../../c-api/long.rst:525
msgid "The speedup is expected to be negligible for most users."
msgstr ""

#: ../../c-api/long.rst:516
#: ../../c-api/long.rst:527
msgid ""
"Exactly what values are considered compact is an implementation detail and "
"is subject to change."
msgstr ""

#: ../../c-api/long.rst:521
#: ../../c-api/long.rst:532
msgid ""
"If *op* is compact, as determined by :c:func:`PyUnstable_Long_IsCompact`, "
"return its value."
msgstr ""

#: ../../c-api/long.rst:524
#: ../../c-api/long.rst:535
msgid "Otherwise, the return value is undefined."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion c-api/none.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion c-api/sys.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
"POT-Creation-Date: 2024-08-09 16:36+0000\n"
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
"Last-Translator: tomo, 2023\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion extending/newtypes_tutorial.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion installing/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/__future__.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/_thread.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
"POT-Creation-Date: 2024-08-09 16:36+0000\n"
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/array.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
"POT-Creation-Date: 2024-08-09 16:36+0000\n"
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
"Last-Translator: tomo, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/asyncio-protocol.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/asyncio.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
"POT-Creation-Date: 2024-08-09 16:36+0000\n"
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
"Last-Translator: Takanori Suzuki <[email protected]>, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/atexit.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/base64.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/bdb.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/bisect.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/bz2.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/cmath.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/code.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/codeop.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/compileall.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/concurrent.futures.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/contextvars.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/copyreg.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/crypto.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/ctypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
"POT-Creation-Date: 2024-08-09 16:36+0000\n"
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
"Last-Translator: Takanori Suzuki <[email protected]>, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/curses.ascii.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/custominterp.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
2 changes: 1 addition & 1 deletion library/dbm.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
"POT-Creation-Date: 2024-08-09 14:15+0000\n"
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
"Last-Translator: qqfunc, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down
Loading

0 comments on commit 995a9bb

Please sign in to comment.