@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-05-23 20:18 +0200\n "
14
+ "PO-Revision-Date : 2020-05-23 20:47 +0200\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -530,8 +530,8 @@ msgid ""
530
530
"arguments are instances of some subclass of :class:`str`, the return type is "
531
531
"still plain :class:`str`."
532
532
msgstr ""
533
- "La interfaz de los ejemplos anteriores es esencialmente una sobrecarga de "
534
- "``(0str , str) -> str`` y ``(bytes, bytes) -> bytes``. Nótese también que "
533
+ "La signatura de los ejemplos anteriores es esencialmente la superposición de "
534
+ "``(str , str) -> str`` y ``(bytes, bytes) -> bytes``. Nótese también que "
535
535
"aunque los argumentos sean instancias de alguna subclase de :class:`str`, el "
536
536
"tipo retornado aún será una simple :class:`str`."
537
537
@@ -1133,14 +1133,14 @@ msgstr ""
1133
1133
"clase no debe ser instanciada por el usuario, pero puede ser usada por "
1134
1134
"herramientas de introspección."
1135
1135
1136
- # Aquí se a preferido distinguible antes que distinto ya que UserId no es un tipo disting a int, es un int, pero es difirenciable por el validador.
1136
+ # Aquí se ha preferido distinguible antes que distinto ya que UserId no es un tipo disting a int, es un int, pero es difirenciable por el validador.
1137
1137
#: ../Doc/library/typing.rst:1025
1138
1138
msgid ""
1139
1139
"A helper function to indicate a distinct types to a typechecker, see :ref:"
1140
1140
"`distinct`. At runtime it returns a function that returns its argument. "
1141
1141
"Usage::"
1142
1142
msgstr ""
1143
- "Un función auxiliar para indicar un tipo distinguible a validadores de "
1143
+ "Un función auxiliar para indicar un tipo distinguible a los validadores de "
1144
1144
"tipos, véase :ref:`distinct`. En tiempo de ejecución, devuelve una función "
1145
1145
"que devuelve su argumento. Uso::"
1146
1146
@@ -1362,28 +1362,28 @@ msgstr "Tipo unión; ``Union[X, Y]`` significa que o bien X o bien Y."
1362
1362
1363
1363
#: ../Doc/library/typing.rst:1207
1364
1364
msgid "To define a union, use e.g. ``Union[int, str]``. Details:"
1365
- msgstr "Para definir una unión, úsese p.e . ``Union[int, str]. Más detalles:"
1365
+ msgstr "Para definir una unión, úsese p. ej . ``Union[int, str]. Más detalles:"
1366
1366
1367
1367
#: ../Doc/library/typing.rst:1209
1368
1368
msgid "The arguments must be types and there must be at least one."
1369
1369
msgstr "Los argumentos deben ser tipos y haber al menos uno."
1370
1370
1371
1371
#: ../Doc/library/typing.rst:1211
1372
1372
msgid "Unions of unions are flattened, e.g.::"
1373
- msgstr "Las uniones de uniones se simplifican (se aplanan), p.e .::"
1373
+ msgstr "Las uniones de uniones se simplifican (se aplanan), p. ej .::"
1374
1374
1375
1375
#: ../Doc/library/typing.rst:1215
1376
1376
msgid "Unions of a single argument vanish, e.g.::"
1377
- msgstr "Las uniones con un solo argumento se eliminan, p.e .::"
1377
+ msgstr "Las uniones con un solo argumento se eliminan, p. ej .::"
1378
1378
1379
1379
#: ../Doc/library/typing.rst:1219
1380
1380
msgid "Redundant arguments are skipped, e.g.::"
1381
- msgstr "Argumentos repetidos se omiten, p.e .::"
1381
+ msgstr "Argumentos repetidos se omiten, p. ej .::"
1382
1382
1383
1383
#: ../Doc/library/typing.rst:1223
1384
1384
msgid "When comparing unions, the argument order is ignored, e.g.::"
1385
1385
msgstr ""
1386
- "Cuando se comparan uniones, el orden de los argumentos se ignoran, p.e .::"
1386
+ "Cuando se comparan uniones, el orden de los argumentos se ignoran, p. ej .::"
1387
1387
1388
1388
#: ../Doc/library/typing.rst:1227
1389
1389
msgid "You cannot subclass or instantiate a union."
@@ -1459,7 +1459,7 @@ msgid ""
1459
1459
"``Tuple[Any, ...]``, and in turn to :class:`tuple`."
1460
1460
msgstr ""
1461
1461
"Para especificar una tupla de longitud variable y tipo homogéneo, se usan "
1462
- "puntos suspensivos, p.e . ``Tuple[int, ...]``. Un simple :data:`Tuple` es "
1462
+ "puntos suspensivos, p. ej . ``Tuple[int, ...]``. Un simple :data:`Tuple` es "
1463
1463
"equivalente a ``Tuple[Any, ...]`` y, a su vez, a :class:`tuple`."
1464
1464
1465
1465
#: ../Doc/library/typing.rst:1273
0 commit comments