Skip to content

Commit b72a710

Browse files
Gonzalo Tixilimacmaureir
andauthored
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
1 parent 97f6d61 commit b72a710

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

library/stdtypes.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ msgid ""
886886
"A right shift by *n* bits is equivalent to floor division by ``pow(2, n)``."
887887
msgstr ""
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
892892
msgid ""
@@ -5962,7 +5962,7 @@ msgstr ""
59625962

59635963
#: ../Doc/library/stdtypes.rst:4122
59645964
msgid "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
59685968
msgid ""
@@ -6308,7 +6308,7 @@ msgstr ""
63086308
#: ../Doc/library/stdtypes.rst:4324
63096309
msgid "Use a dict comprehension: ``{}``, ``{x: x ** 2 for x in range(10)}``"
63106310
msgstr ""
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
63146314
msgid ""
@@ -6928,7 +6928,7 @@ msgstr ""
69286928

69296929
#: ../Doc/library/stdtypes.rst:4737
69306930
msgid "Generic Alias Type"
6931-
msgstr "Tipo *Generic Alias*"
6931+
msgstr "Tipo Alias Genérico"
69326932

69336933
#: ../Doc/library/stdtypes.rst:4743
69346934
msgid ""
@@ -7229,7 +7229,7 @@ msgstr ":ref:`re.Match <match-objects>`"
72297229

72307230
#: ../Doc/library/stdtypes.rst:4885
72317231
msgid "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
72357235
msgid "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__``::"
72577257
msgstr ""
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
72727272
msgid ":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
72767276
msgid "Other Built-in Types"

0 commit comments

Comments
 (0)