Skip to content

Traducido archivo howto/annotations.po #2693

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 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
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
11 changes: 7 additions & 4 deletions howto/annotations.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python en Español 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2021-10-21 04:10-0500\n"
"PO-Revision-Date: 2023-10-17 22:46-0500\n"
"Last-Translator: José Luis Salgado Banda <[email protected]>\n"
"Language: es\n"
"Language-Team: \n"
Expand Down Expand Up @@ -134,6 +134,10 @@ msgid ""
"parent's ``__annotations__``. In Python 3.10 and newer, the child class's "
"annotations will be an empty dict instead."
msgstr ""
"Antes de Python 3.10, acceder a ``__annotations__`` en una clase que no "
"define anotaciones pero que tiene una clase padre con anotaciones devolvería "
"las anotaciones de la clase padre. En Python 3.10 y versiones posteriores, "
"las anotaciones de la clase hija serán un diccionario vacío en su lugar."

#: ../Doc/howto/annotations.rst:68
msgid "Accessing The Annotations Dict Of An Object In Python 3.9 And Older"
Expand Down Expand Up @@ -323,13 +327,12 @@ msgstr ""
"específicamente. Por ejemplo:"

#: ../Doc/howto/annotations.rst:165
#, fuzzy
msgid ""
":pep:`604` union types using ``|``, before support for this was added to "
"Python 3.10."
msgstr ""
":pep:`604` tipos de unión usando `|`, antes de que se agregara soporte para "
"esto en Python 3.10."
":pep:`604` introduce tipos de unión usando ``|``, antes de que se agregara "
"soporte para esto en Python 3.10."

#: ../Doc/howto/annotations.rst:167
msgid ""
Expand Down