Skip to content
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
Next Next commit
powrap
  • Loading branch information
cmaureir committed Jan 31, 2023
commit f61b460d6430e1b05150d50acd18d35fb87813ba
8 changes: 4 additions & 4 deletions library/enum.po
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ msgid ""
"differences>` for more details."
msgstr ""
"Aunque podemos usar la sintaxis :keyword:`class` para crear enumeraciones, "
"las enumeraciones no son clases normales de Python. Ver :ref:`¿En qué se diferencian las enumeraciones?"
" <enum-class-differences>` para más detalles."
"las enumeraciones no son clases normales de Python. Ver :ref:`¿En qué se "
"diferencian las enumeraciones? <enum-class-differences>` para más detalles."

#: ../Doc/library/enum.rst:52
msgid "Nomenclature"
Expand All @@ -101,8 +101,8 @@ msgid ""
"The attributes :attr:`Color.RED`, :attr:`Color.GREEN`, etc., are "
"*enumeration members* (or *members*) and are functionally constants."
msgstr ""
"Los atributos :attr:`Color.RED`, :attr:`Color.GREEN`, etc., son *enumeraciones "
"miembros* (o *miembros*) y son funcionalmente constantes."
"Los atributos :attr:`Color.RED`, :attr:`Color.GREEN`, etc., son "
"*enumeraciones miembros* (o *miembros*) y son funcionalmente constantes."

#: ../Doc/library/enum.rst:57
msgid ""
Expand Down