@@ -11,8 +11,8 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2021-10-31 08:32 +0100\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
14
+ "PO-Revision-Date : 2022-01-05 15:30 +0100\n "
15
+ "Last-Translator : Marcos Medrano <marcosmedrano0 @gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
18
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
@@ -945,6 +945,9 @@ msgid ""
945
945
"Return the number of ones in the binary representation of the absolute value "
946
946
"of the integer. This is also known as the population count. Example::"
947
947
msgstr ""
948
+ "Retorna el número de unos en la representación binaria del valor absoluto "
949
+ "del entero. Esto también se conoce como el recuento de la población. "
950
+ "Ejemplo::"
948
951
949
952
#: ../Doc/library/stdtypes.rst:504
950
953
msgid "Return an array of bytes representing an integer."
@@ -1900,9 +1903,8 @@ msgstr ""
1900
1903
"``s[i:i] = [x]``)"
1901
1904
1902
1905
#: ../Doc/library/stdtypes.rst:1115
1903
- #, fuzzy
1904
1906
msgid "``s.pop()`` or ``s.pop(i)``"
1905
- msgstr "``s.extend(t )`` o ``s += t ``"
1907
+ msgstr "``s.pop( )`` o ``s.pop(i) ``"
1906
1908
1907
1909
#: ../Doc/library/stdtypes.rst:1115
1908
1910
msgid "retrieves the item at *i* and also removes it from *s*"
@@ -6767,6 +6769,8 @@ msgid ""
6767
6769
"Return a :class:`types.MappingProxyType` that wraps the original dictionary "
6768
6770
"to which the view refers."
6769
6771
msgstr ""
6772
+ "Retorna un :class:`types.MappingProxyType` que envuelve el diccionario "
6773
+ "original al que se refiere la vista."
6770
6774
6771
6775
#: ../Doc/library/stdtypes.rst:4648
6772
6776
msgid ""
@@ -7592,6 +7596,8 @@ msgid ""
7592
7596
"Accessing ``__code__`` raises an :ref:`auditing event <auditing>` ``object."
7593
7597
"__getattr__`` with arguments ``obj`` and ``\" __code__\" ``."
7594
7598
msgstr ""
7599
+ "Al acceder a ``__code__`` se lanza un :ref:`evento de auditoría <auditing>` "
7600
+ "``object.__getattr__`` con argumentos ``obj`` y ``\" __code__\" ``."
7595
7601
7596
7602
#: ../Doc/library/stdtypes.rst:5204
7597
7603
msgid ""
0 commit comments