8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac8952 commit 61f5602Copy full SHA for 61f5602
howto/enum.po
@@ -32,7 +32,7 @@ msgid ""
32
msgstr ""
33
"Un :class:`Enum` es un conjunto de nombres simbólicos vinculados a valores "
34
"únicos. Son similares a las variables globales, pero ofrecen un :func:"
35
-"`repr()` más útil, agrupación, seguridad de tipos y algunas otras "
+"`repr` más útil, agrupación, seguridad de tipos y algunas otras "
36
"características."
37
38
#: ../Doc/howto/enum.rst:15
@@ -412,7 +412,7 @@ msgid ""
412
"yourself some work and use :func:`auto` for the values::"
413
414
"En los casos en que los valores reales de los miembros no importen, puede "
415
-"ahorrarse algo de trabajo y usar :func:`auto()` para los valores:"
+"ahorrarse algo de trabajo y usar :func:`auto` para los valores:"
416
417
#: ../Doc/howto/enum.rst:172
418
msgid ""
0 commit comments