File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
actualizable
2
2
appends
3
+ bags
3
4
Counter
4
5
Counters
5
6
Django
Original file line number Diff line number Diff line change @@ -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-10-19 17:39 -0500\n "
14
+ "PO-Revision-Date : 2020-10-19 18:04 -0500\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 "
@@ -387,7 +387,8 @@ msgstr ""
387
387
"hashables. Es una colección donde los elementos se almacenan como llaves de "
388
388
"diccionario y sus conteos se almacenan como valores de diccionario. Se "
389
389
"permite que los conteos sean cualquier valor entero, incluidos los conteos "
390
- "de cero o negativos."
390
+ "de cero o negativos. La clase :class:`Counter` es similar a los *bags* o "
391
+ "multiconjuntos en otros idiomas."
391
392
392
393
#: ../Doc/library/collections.rst:248
393
394
msgid ""
You can’t perform that action at this time.
0 commit comments