We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8f013ba commit64ce80aCopy full SHA for 64ce80a
library/typing.po
@@ -11,7 +11,7 @@ msgstr ""
11
"Project-Id-Version:Python 3.8\n"
12
"Report-Msgid-Bugs-To:\n"
13
"POT-Creation-Date:2020-05-05 12:54+0200\n"
14
-"PO-Revision-Date:2020-05-25 21:06+0200\n"
+"PO-Revision-Date:2020-06-01 09:51+0200\n"
15
"Language-Team:python-doc-es\n"
16
"MIME-Version:1.0\n"
17
"Content-Type:text/plain; charset=UTF-8\n"
@@ -1496,7 +1496,7 @@ msgstr ""
1496
"``Callable[..., ReturnType]`` (puntos suspensivos) se puede usar para "
1497
"indicar que un *callable* admite un número indeterminado de argumentos y "
1498
"retorna ``ReturnType``. Un simple :data:`Callable` es equivalente a "
1499
-"``Callable[..., Any]``y, a su vez, a :class:`collections.abc.Callable`."
+"``Callable[..., Any]``y, a su vez, a :class:`collections.abc.Callable`."
1500
1501
#:../Doc/library/typing.rst:1290
1502
msgid""