@@ -886,7 +886,7 @@ msgid ""
886886"A right shift by *n* bits is equivalent to floor division by ``pow(2, n)``."
887887msgstr ""
888888"Un desplazamiento de *n* bits a la derecha es equivalente a efectuar la "
889- "división de parte entera(floor) por ``pow(2, n)``."
889+ "división de parte entera (floor) por ``pow(2, n)``."
890890
891891#: ../Doc/library/stdtypes.rst:443
892892msgid ""
@@ -5962,7 +5962,7 @@ msgstr ""
59625962
59635963#: ../Doc/library/stdtypes.rst:4122
59645964msgid "Sets can be created by several means:"
5965- msgstr "Los *Sets* se pueden construir de diferentes formas:"
5965+ msgstr "Los conjuntos (*sets*) se pueden construir de diferentes formas:"
59665966
59675967#: ../Doc/library/stdtypes.rst:4124
59685968msgid ""
@@ -6308,7 +6308,7 @@ msgstr ""
63086308#: ../Doc/library/stdtypes.rst:4324
63096309msgid "Use a dict comprehension: ``{}``, ``{x: x ** 2 for x in range(10)}``"
63106310msgstr ""
6311- "Usando un *dict comprehention* : ``{}``, ``{x: x ** 2 for x in range(10)}``"
6311+ "Usando una comprensión de diccionario : ``{}``, ``{x: x ** 2 for x in range(10)}``"
63126312
63136313#: ../Doc/library/stdtypes.rst:4325
63146314msgid ""
@@ -6928,7 +6928,7 @@ msgstr ""
69286928
69296929#: ../Doc/library/stdtypes.rst:4737
69306930msgid "Generic Alias Type"
6931- msgstr "Tipo *Generic Alias* "
6931+ msgstr "Tipo Alias Genérico "
69326932
69336933#: ../Doc/library/stdtypes.rst:4743
69346934msgid ""
@@ -7229,7 +7229,7 @@ msgstr ":ref:`re.Match <match-objects>`"
72297229
72307230#: ../Doc/library/stdtypes.rst:4885
72317231msgid "Special Attributes of Generic Alias"
7232- msgstr "Atributos especiales de *Generic Alias* "
7232+ msgstr "Atributos especiales de Alias Genérico "
72337233
72347234#: ../Doc/library/stdtypes.rst:4887
72357235msgid "All parameterized generics implement special read-only attributes."
@@ -7255,7 +7255,7 @@ msgid ""
72557255"This attribute is a lazily computed tuple (possibly empty) of unique type "
72567256"variables found in ``__args__``::"
72577257msgstr ""
7258- "Este atributo es una tupla(posiblemente vacía) computada perezosamente con "
7258+ "Este atributo es una tupla (posiblemente vacía) computada perezosamente con "
72597259"las variables de tipo únicas encontradas en ``__args__``::"
72607260
72617261#: ../Doc/library/stdtypes.rst:4921
@@ -7270,7 +7270,7 @@ msgstr ""
72707270
72717271#: ../Doc/library/stdtypes.rst:4923
72727272msgid ":ref:`generics` -- Generics in the :mod:`typing` module."
7273- msgstr ":ref:`generics` -- Genéricos en el módulos de :mod:`tipado < typing> `."
7273+ msgstr ":ref:`generics` -- Genéricos en el módulos :mod:`typing`."
72747274
72757275#: ../Doc/library/stdtypes.rst:4931
72767276msgid "Other Built-in Types"
0 commit comments