Skip to content

Traducido archivo library/string #2353

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 4 commits into from
Mar 18, 2023
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
Ultimas correcciones Traduccion library/string
  • Loading branch information
jmmaxter committed Mar 18, 2023
commit 5060734d4637259275fa0cc8629a31a110a3a726
6 changes: 3 additions & 3 deletions library/string.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-03-15 19:43-0500\n"
"PO-Revision-Date: 2023-03-17 19:35-0500\n"
"Last-Translator: Adolfo Hristo David Roque Gámez <aroquega@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -1336,15 +1336,15 @@ msgid ""
"Returns false if the template has invalid placeholders that will cause :meth:"
"`substitute` to raise :exc:`ValueError`."
msgstr ""
"Devuelve false si la plantilla tiene marcadores de posición no válidos que "
"Retorna false si la plantilla tiene marcadores de posición no válidos que "
"harán que :meth:`substitute` lance :exc:`ValueError`."

#: ../Doc/library/string.rst:808
msgid ""
"Returns a list of the valid identifiers in the template, in the order they "
"first appear, ignoring any invalid identifiers."
msgstr ""
"Devuelve una lista de los identificadores válidos en la plantilla, en el "
"Retorna una lista de los identificadores válidos en la plantilla, en el "
"orden en que aparecen por primera vez, ignorando cualquier identificador no "
"válido."

Expand Down