@@ -24,7 +24,7 @@ msgstr ""
24
24
25
25
#: ../Doc/library/collections.rst:2
26
26
msgid ":mod:`collections` --- Container datatypes"
27
- msgstr ":mod:`collections` — Tipos de datos contenedor"
27
+ msgstr ":mod:`collections` --- Tipos de datos contenedor"
28
28
29
29
#: ../Doc/library/collections.rst:10
30
30
msgid "**Source code:** :source:`Lib/collections/__init__.py`"
@@ -497,7 +497,7 @@ msgstr ""
497
497
498
498
#: ../Doc/library/collections.rst:328
499
499
msgid "Common patterns for working with :class:`Counter` objects::"
500
- msgstr "Patrones comunes para trabajar con objetos :class:`Counter` ::"
500
+ msgstr "Patrones comunes para trabajar con objetos :class:`Counter`::"
501
501
502
502
#: ../Doc/library/collections.rst:340
503
503
msgid ""
@@ -761,7 +761,7 @@ msgid ""
761
761
"exc:`IndexError` is raised."
762
762
msgstr ""
763
763
"Si la inserción causara que un deque limitado crezca más allá de *maxlen*, "
764
- "se genera un :exc:`IndexError` ."
764
+ "se genera un :exc:`IndexError`."
765
765
766
766
#: ../Doc/library/collections.rst:510
767
767
msgid ""
@@ -949,7 +949,7 @@ msgid ""
949
949
"standard :class:`dict` operations:"
950
950
msgstr ""
951
951
"Los objetos :class:`defaultdict` admiten el siguiente método además de las "
952
- "operaciones estándar de :class:`dict` :"
952
+ "operaciones estándar de :class:`dict`:"
953
953
954
954
#: ../Doc/library/collections.rst:703
955
955
msgid ""
@@ -1191,7 +1191,7 @@ msgstr ""
1191
1191
1192
1192
#: ../Doc/library/collections.rst:845
1193
1193
msgid "Added support for *rename*."
1194
- msgstr "Se agregó soporte para *rename* ."
1194
+ msgstr "Se agregó soporte para *rename*."
1195
1195
1196
1196
#: ../Doc/library/collections.rst:848
1197
1197
msgid ""
@@ -1207,13 +1207,13 @@ msgstr "Se agregó el parámetro *module* ."
1207
1207
1208
1208
#: ../Doc/library/collections.rst:855
1209
1209
msgid "Removed the *verbose* parameter and the :attr:`_source` attribute."
1210
- msgstr "Se eliminaron el parámetro *verbose* y el atributo :attr:`_source` ."
1210
+ msgstr "Se eliminaron el parámetro *verbose* y el atributo :attr:`_source`."
1211
1211
1212
1212
#: ../Doc/library/collections.rst:858
1213
1213
msgid ""
1214
1214
"Added the *defaults* parameter and the :attr:`_field_defaults` attribute."
1215
1215
msgstr ""
1216
- "Se agregaron el parámetro *defaults* y él atributo :attr:`_field_defaults` ."
1216
+ "Se agregaron el parámetro *defaults* y él atributo :attr:`_field_defaults`."
1217
1217
1218
1218
#: ../Doc/library/collections.rst:878
1219
1219
msgid ""
@@ -1222,7 +1222,7 @@ msgid ""
1222
1222
msgstr ""
1223
1223
"Las tuplas con nombre son especialmente útiles para asignar nombres de campo "
1224
1224
"a las tuplas de resultado devueltas por los módulos :mod:`csv` o :mod:"
1225
- "`sqlite3` ::"
1225
+ "`sqlite3`::"
1226
1226
1227
1227
#: ../Doc/library/collections.rst:894
1228
1228
msgid ""
@@ -1294,7 +1294,7 @@ msgid ""
1294
1294
"`getattr` function:"
1295
1295
msgstr ""
1296
1296
"Para recuperar un campo cuyo nombre está almacenado en una cadena, use la "
1297
- "función :func:`getattr` :"
1297
+ "función :func:`getattr`:"
1298
1298
1299
1299
#: ../Doc/library/collections.rst:974
1300
1300
msgid ""
@@ -1354,7 +1354,7 @@ msgid ""
1354
1354
msgstr ""
1355
1355
"Consulte :class:`typing.NamedTuple` para ver una forma de agregar "
1356
1356
"sugerencias de tipo para tuplas con nombre. También proporciona una notación "
1357
- "elegante usando la palabra clave :keyword:`class` ::"
1357
+ "elegante usando la palabra clave :keyword:`class`::"
1358
1358
1359
1359
#: ../Doc/library/collections.rst:1031
1360
1360
msgid ""
@@ -1728,7 +1728,7 @@ msgid ""
1728
1728
"`UserString` class."
1729
1729
msgstr ""
1730
1730
"Un objeto real :class:`str` usado para almacenar el contenido de la clase :"
1731
- "class:`UserString` ."
1731
+ "class:`UserString`."
1732
1732
1733
1733
#: ../Doc/library/collections.rst:1252
1734
1734
msgid ""
0 commit comments