Skip to content

Commit 64ce80a

Browse files
committed
Arreglo pequeño
1 parent 8f013ba commit 64ce80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/typing.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-25 21:06+0200\n"
14+
"PO-Revision-Date: 2020-06-01 09:51+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1496,7 +1496,7 @@ msgstr ""
14961496
"``Callable[..., ReturnType]`` (puntos suspensivos) se puede usar para "
14971497
"indicar que un *callable* admite un número indeterminado de argumentos y "
14981498
"retorna ``ReturnType``. Un simple :data:`Callable` es equivalente a "
1499-
"``Callable[..., Any]``y, a su vez, a :class:`collections.abc.Callable`."
1499+
"``Callable[..., Any]`` y, a su vez, a :class:`collections.abc.Callable`."
15001500

15011501
#: ../Doc/library/typing.rst:1290
15021502
msgid ""

0 commit comments

Comments
 (0)