diff --git a/library/stdtypes.po b/library/stdtypes.po index 943ab5578c..9f8051476a 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-10-16 21:42+0200\n" -"PO-Revision-Date: 2021-10-31 08:32+0100\n" -"Last-Translator: Cristián Maureira-Fredes \n" +"PO-Revision-Date: 2022-01-05 15:30+0100\n" +"Last-Translator: Marcos Medrano \n" "Language: es\n" "Language-Team: python-doc-es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -945,6 +945,9 @@ msgid "" "Return the number of ones in the binary representation of the absolute value " "of the integer. This is also known as the population count. Example::" msgstr "" +"Retorna el número de unos en la representación binaria del valor absoluto " +"del entero. Esto también se conoce como el recuento de la población. " +"Ejemplo::" #: ../Doc/library/stdtypes.rst:504 msgid "Return an array of bytes representing an integer." @@ -1900,9 +1903,8 @@ msgstr "" "``s[i:i] = [x]``)" #: ../Doc/library/stdtypes.rst:1115 -#, fuzzy msgid "``s.pop()`` or ``s.pop(i)``" -msgstr "``s.extend(t)`` o ``s += t``" +msgstr "``s.pop()`` o ``s.pop(i)``" #: ../Doc/library/stdtypes.rst:1115 msgid "retrieves the item at *i* and also removes it from *s*" @@ -6767,6 +6769,8 @@ msgid "" "Return a :class:`types.MappingProxyType` that wraps the original dictionary " "to which the view refers." msgstr "" +"Retorna un :class:`types.MappingProxyType` que envuelve el diccionario " +"original al que se refiere la vista." #: ../Doc/library/stdtypes.rst:4648 msgid "" @@ -7592,6 +7596,8 @@ msgid "" "Accessing ``__code__`` raises an :ref:`auditing event ` ``object." "__getattr__`` with arguments ``obj`` and ``\"__code__\"``." msgstr "" +"Al acceder a ``__code__`` se lanza un :ref:`evento de auditoría ` " +"``object.__getattr__`` con argumentos ``obj`` y ``\"__code__\"``." #: ../Doc/library/stdtypes.rst:5204 msgid ""