|
1 | 1 | # Python Documentation Turkish Translation |
2 | 2 | # Copyright (C) 2001-2022, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | | -# |
| 4 | +# |
5 | 5 | #,fuzzy |
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
@@ -214,9 +214,9 @@ msgstr "" |
214 | 214 |
|
215 | 215 | #:c-api/bytes.rst:102 |
216 | 216 | 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." |
220 | 220 | msgstr"" |
221 | 221 |
|
222 | 222 | #:c-api/bytes.rst:111 |
@@ -320,7 +320,7 @@ msgid "" |
320 | 320 | "address of an existing bytes object as an lvalue (it may be written into), " |
321 | 321 | "and the new size desired. On success, *\\*bytes* holds the resized bytes " |
322 | 322 | "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` " |
325 | 325 | "is set, and ``-1`` is returned." |
326 | 326 | msgstr"" |