File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
8484msgid ""
You can’t perform that action at this time.
0 commit comments