Skip to content

Commit 4933be4

Browse files
committed
Merge remote-tracking branch 'origin/traduccion-library/collections' into traduccion-library/collections
2 parents 4b63284 + 4b3066c commit 4933be4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

library/collections.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msgstr ""
2424

2525
#: ../Doc/library/collections.rst:2
2626
msgid ":mod:`collections` --- Container datatypes"
27-
msgstr ":mod:`collections` Tipos de datos contenedor"
27+
msgstr ":mod:`collections` --- Tipos de datos contenedor"
2828

2929
#: ../Doc/library/collections.rst:10
3030
msgid "**Source code:** :source:`Lib/collections/__init__.py`"
@@ -497,7 +497,7 @@ msgstr ""
497497

498498
#: ../Doc/library/collections.rst:328
499499
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`::"
501501

502502
#: ../Doc/library/collections.rst:340
503503
msgid ""
@@ -761,7 +761,7 @@ msgid ""
761761
"exc:`IndexError` is raised."
762762
msgstr ""
763763
"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`."
765765

766766
#: ../Doc/library/collections.rst:510
767767
msgid ""
@@ -949,7 +949,7 @@ msgid ""
949949
"standard :class:`dict` operations:"
950950
msgstr ""
951951
"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`:"
953953

954954
#: ../Doc/library/collections.rst:703
955955
msgid ""
@@ -1191,7 +1191,7 @@ msgstr ""
11911191

11921192
#: ../Doc/library/collections.rst:845
11931193
msgid "Added support for *rename*."
1194-
msgstr "Se agregó soporte para *rename* ."
1194+
msgstr "Se agregó soporte para *rename*."
11951195

11961196
#: ../Doc/library/collections.rst:848
11971197
msgid ""
@@ -1207,13 +1207,13 @@ msgstr "Se agregó el parámetro *module* ."
12071207

12081208
#: ../Doc/library/collections.rst:855
12091209
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`."
12111211

12121212
#: ../Doc/library/collections.rst:858
12131213
msgid ""
12141214
"Added the *defaults* parameter and the :attr:`_field_defaults` attribute."
12151215
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`."
12171217

12181218
#: ../Doc/library/collections.rst:878
12191219
msgid ""
@@ -1222,7 +1222,7 @@ msgid ""
12221222
msgstr ""
12231223
"Las tuplas con nombre son especialmente útiles para asignar nombres de campo "
12241224
"a las tuplas de resultado devueltas por los módulos :mod:`csv` o :mod:"
1225-
"`sqlite3` ::"
1225+
"`sqlite3`::"
12261226

12271227
#: ../Doc/library/collections.rst:894
12281228
msgid ""
@@ -1294,7 +1294,7 @@ msgid ""
12941294
"`getattr` function:"
12951295
msgstr ""
12961296
"Para recuperar un campo cuyo nombre está almacenado en una cadena, use la "
1297-
"función :func:`getattr` :"
1297+
"función :func:`getattr`:"
12981298

12991299
#: ../Doc/library/collections.rst:974
13001300
msgid ""
@@ -1354,7 +1354,7 @@ msgid ""
13541354
msgstr ""
13551355
"Consulte :class:`typing.NamedTuple` para ver una forma de agregar "
13561356
"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`::"
13581358

13591359
#: ../Doc/library/collections.rst:1031
13601360
msgid ""
@@ -1728,7 +1728,7 @@ msgid ""
17281728
"`UserString` class."
17291729
msgstr ""
17301730
"Un objeto real :class:`str` usado para almacenar el contenido de la clase :"
1731-
"class:`UserString` ."
1731+
"class:`UserString`."
17321732

17331733
#: ../Doc/library/collections.rst:1252
17341734
msgid ""

0 commit comments

Comments
 (0)