Skip to content

Traduccion c api/conversion.po #3391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
correción de traducción
  • Loading branch information
carlosm00 committed May 9, 2025
commit ae097e18d62e18936bcd2e526894034626acabaa
6 changes: 3 additions & 3 deletions c-api/conversion.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
"PO-Revision-Date: 2025-05-08 23:53+0200\n"
"PO-Revision-Date: 2025-05-09 19:20+0200\n"
"Last-Translator: Carlos Mena Pérez <@carlosm00>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -77,8 +77,8 @@ msgstr ""
"retornar. Nunca se escriben más de *size* bytes (incluido el ``'\\0'`` del "
"final) en *str*. Ambas funciones requieren que ``str != NULL``, ``size > "
"0``, ``format != NULL`` y ``size < INT_MAX``. Tenga en cuenta que esto "
"significa que no hay equivalente al C99 ``n = snprintf(NULL, 0, ...)``, el "
"cual determinaría el *buffer size* necesario."
"significa que no hay equivalente a la expresión ``n = snprintf(NULL, "
"0, ...)`` de C99, la cual determinaría el tamaño del búfer necesario."

#: ../Doc/c-api/conversion.rst:34
msgid ""
Expand Down