8000 Lint fixes (#3392) · python/python-docs-es@61f5602 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61f5602

Browse files
Lint fixes (#3392)
From [dashboard](https://python-docs-translations.github.io/dashboard/warnings-lint-es.txt) ``` clones/rebased_translations/python/python-docs-es/howto/enum.po:27: Unnecessary parentheses in ':func:`repr()`' (unnecessary-parentheses) clones/rebased_translations/python/python-docs-es/howto/enum.po:391: Unnecessary parentheses in ':func:`auto()`' (unnecessary-parentheses) ```
1 parent 0ac8952 commit 61f5602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

howto/enum.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ msgid ""
3232
msgstr ""
3333
"Un :class:`Enum` es un conjunto de nombres simbólicos vinculados a valores "
3434
"únicos. Son similares a las variables globales, pero ofrecen un :func:"
35-
"`repr()` más útil, agrupación, seguridad de tipos y algunas otras "
35+
"`repr` más útil, agrupación, seguridad de tipos y algunas otras "
3636
"características."
3737

3838
#: ../Doc/howto/enum.rst:15
@@ -412,7 +412,7 @@ msgid ""
412412
"yourself some work and use :func:`auto` for the values::"
413413
msgstr ""
414414
"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:"
415+
"ahorrarse algo de trabajo y usar :func:`auto` para los valores:"
416416

417417
#: ../Doc/howto/enum.rst:172
418418
msgid ""

0 commit comments

Comments
 (0)
0