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

Commit15df73e

Browse files
Wrap branch: 3.10 (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent792aff3 commit15df73e

File tree

487 files changed

+1315
-1328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

487 files changed

+1315
-1328
lines changed

‎about.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
msgid ""
66
msgstr ""
77
"Project-Id-Version:Python 3.10\n"

‎bugs.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
msgid ""
66
msgstr ""
77
"Project-Id-Version:Python 3.10\n"

‎c-api/abstract.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#,fuzzy
66
msgid ""
77
msgstr ""

‎c-api/allocation.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#,fuzzy
66
msgid ""
77
msgstr ""

‎c-api/apiabiversion.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#,fuzzy
66
msgid ""
77
msgstr ""

‎c-api/arg.po‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#,fuzzy
66
msgid ""
77
msgstr ""
@@ -403,8 +403,8 @@ msgstr ""
403403
#:c-api/arg.rst:231
404404
msgid""
405405
"If *\\*buffer* points a ``NULL`` pointer, the function will allocate a "
406-
"buffer of the needed size, copy the encoded data into this buffer and set*"
407-
"\\*buffer* to reference the newly allocated storage. The caller is "
406+
"buffer of the needed size, copy the encoded data into this buffer and set "
407+
"*\\*buffer* to reference the newly allocated storage. The caller is "
408408
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
409409
"after usage."
410410
msgstr""

‎c-api/bool.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#,fuzzy
66
msgid ""
77
msgstr ""

‎c-api/buffer.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#,fuzzy
66
msgid ""
77
msgstr ""

‎c-api/bytearray.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#,fuzzy
66
msgid ""
77
msgstr ""

‎c-api/bytes.po‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Documentation Turkish Translation
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
#,fuzzy
66
msgid ""
77
msgstr ""
@@ -214,9 +214,9 @@ msgstr ""
214214

215215
#:c-api/bytes.rst:102
216216
msgid""
217-
"The hex representation of a C pointer. Mostly equivalent to``printf(\"%p"
218-
"\")`` except that it is guaranteed to start with the literal ``0x`` "
219-
"regardless of what the platform's ``printf`` yields."
217+
"The hex representation of a C pointer. Mostly equivalent to "
218+
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
219+
"``0x``regardless of what the platform's ``printf`` yields."
220220
msgstr""
221221

222222
#:c-api/bytes.rst:111
@@ -320,7 +320,7 @@ msgid ""
320320
"address of an existing bytes object as an lvalue (it may be written into), "
321321
"and the new size desired. On success, *\\*bytes* holds the resized bytes "
322322
"object and ``0`` is returned; the address in *\\*bytes* may differ from its "
323-
"input value. If the reallocation fails, the original bytes object at*"
324-
"\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
323+
"input value. If the reallocation fails, the original bytes object at "
324+
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
325325
"is set, and ``-1`` is returned."
326326
msgstr""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp