Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae097e1

Browse files
committed
correción de traducción
1 parent 67d1642 commit ae097e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

c-api/conversion.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
14-
"PO-Revision-Date: 2025-05-08 23:53+0200\n"
14+
"PO-Revision-Date: 2025-05-09 19:20+0200\n"
1515
"Last-Translator: Carlos Mena Pérez <@carlosm00>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -77,8 +77,8 @@ msgstr ""
7777
"retornar. Nunca se escriben más de *size* bytes (incluido el ``'\\0'`` del "
7878
"final) en *str*. Ambas funciones requieren que ``str != NULL``, ``size > "
7979
"0``, ``format != NULL`` y ``size < INT_MAX``. Tenga en cuenta que esto "
80-
"significa que no hay equivalente al C99 ``n = snprintf(NULL, 0, ...)``, el "
81-
"cual determinaría el *buffer size* necesario."
80+
"significa que no hay equivalente a la expresión ``n = snprintf(NULL, "
81+
"0, ...)`` de C99, la cual determinaría el tamaño del búfer necesario."
8282

8383
#: ../Doc/c-api/conversion.rst:34
8484
msgid ""

0 commit comments

Comments
 (0)