@@ -446,8 +446,8 @@ msgid ""
446
446
"representing the values ``False`` and ``True`` are the only Boolean objects. "
447
447
"The Boolean type is a subtype of the integer type, and Boolean values behave "
448
448
"like the values 0 and 1, respectively, in almost all contexts, the exception "
449
- "being that when converted to a string, the strings ``\" False\" `` or `` \" True "
450
- "\" `` are returned, respectively."
449
+ "being that when converted to a string, the strings ``\" False\" `` or "
450
+ "`` \" True \" `` are returned, respectively."
451
451
msgstr ""
452
452
"Estos representan los valores de verdad Falso y Verdadero. Los dos objetos "
453
453
"que representan los valores ``False`` y ``True`` son los únicos objetos "
@@ -1369,9 +1369,10 @@ msgid ""
1369
1369
"namespace implemented by a :class:`dictionary <dict>` object (this is the "
1370
1370
"dictionary referenced by the :attr:`~function.__globals__` attribute of "
1371
1371
"functions defined in the module). Attribute references are translated to "
1372
- "lookups in this dictionary, e.g., ``m.x`` is equivalent to ``m.__dict__[\" x"
1373
- "\" ]``. A module object does not contain the code object used to initialize "
1374
- "the module (since it isn't needed once the initialization is done)."
1372
+ "lookups in this dictionary, e.g., ``m.x`` is equivalent to ``m."
1373
+ "__dict__[\" x\" ]``. A module object does not contain the code object used to "
1374
+ "initialize the module (since it isn't needed once the initialization is "
1375
+ "done)."
1375
1376
msgstr ""
1376
1377
"Los módulos son una unidad básica organizacional en código Python, y son "
1377
1378
"creados por el :ref:`sistema de importación <importsystem>` al ser invocados "
@@ -2213,8 +2214,8 @@ msgid ""
2213
2214
msgstr ""
2214
2215
"El :ref:`objeto de código <code-objects>` que se está ejecutando en este "
2215
2216
"marco. Al acceder a este atributo se lanza un :ref:`evento de auditoría "
2216
- "<auditing>` ``object.__getattr__`` con los argumentos ``obj`` y `` \" f_code "
2217
- "\" ``."
2217
+ "<auditing>` ``object.__getattr__`` con los argumentos ``obj`` y "
2218
+ "`` \" f_code \" ``."
2218
2219
2219
2220
# Cómo puede quedar esta traducción, para que no quede como: "hace referencia a un :term:`optimized scope`"?
2220
2221
#: ../Doc/reference/datamodel.rst:1417
@@ -3139,10 +3140,10 @@ msgstr ""
3139
3140
3140
3141
#: ../Doc/reference/datamodel.rst:1971
3141
3142
msgid ""
3142
- "By default, the :meth:`__hash__` values of str and bytes objects are \" salted "
3143
- "\" with an unpredictable random value. Although they remain constant within "
3144
- "an individual Python process, they are not predictable between repeated "
3145
- "invocations of Python."
3143
+ "By default, the :meth:`__hash__` values of str and bytes objects are "
3144
+ "\" salted \" with an unpredictable random value. Although they remain "
3145
+ "constant within an individual Python process, they are not predictable "
3146
+ "between repeated invocations of Python."
3146
3147
msgstr ""
3147
3148
"Por defecto los valores de objetos str y bytes de :meth:`__hash__` son "
3148
3149
"“salados” con un valor aleatorio impredecible. Aunque se mantienen "
@@ -3461,9 +3462,9 @@ msgid ""
3461
3462
"The following methods only apply when an instance of the class containing "
3462
3463
"the method (a so-called *descriptor* class) appears in an *owner* class (the "
3463
3464
"descriptor must be in either the owner's class dictionary or in the class "
3464
- "dictionary for one of its parents). In the examples below, \" the attribute "
3465
- "\" refers to the attribute whose name is the key of the property in the "
3466
- "owner class' :attr:`~object.__dict__`."
3465
+ "dictionary for one of its parents). In the examples below, \" the "
3466
+ "attribute \" refers to the attribute whose name is the key of the property in "
3467
+ "the owner class' :attr:`~object.__dict__`."
3467
3468
msgstr ""
3468
3469
"Los siguientes métodos solo aplican cuando una instancia de clase que "
3469
3470
"contiene el método (llamado clase *descriptora*) aparece en una clase "
@@ -5121,16 +5122,16 @@ msgstr ""
5121
5122
5122
5123
#: ../Doc/reference/datamodel.rst:3060
5123
5124
msgid ""
5124
- "These methods are called to implement the binary arithmetic operations (`` "
5125
- "+``, ``-``, ``*``, ``@``, ``/``, ``//``, ``%``, :func:`divmod`, :func:`pow`, "
5126
- "`` **``, ``<<``, ``>>``, ``&``, ``^``, ``|``). For instance, to evaluate the "
5127
- "expression ``x + y``, where *x* is an instance of a class that has an :meth: "
5128
- "`__add__` method, ``type(x).__add__(x, y)`` is called. The :meth :"
5129
- "`__divmod__` method should be the equivalent to using :meth:`__floordiv__` "
5130
- "and :meth:`__mod__`; it should not be related to :meth:`__truediv__`. Note "
5131
- "that :meth:`__pow__` should be defined to accept an optional third argument "
5132
- "if the ternary version of the built-in :func:`pow` function is to be "
5133
- "supported."
5125
+ "These methods are called to implement the binary arithmetic operations "
5126
+ "(`` +``, ``-``, ``*``, ``@``, ``/``, ``//``, ``%``, :func:`divmod`, :func:"
5127
+ "`pow`, `` **``, ``<<``, ``>>``, ``&``, ``^``, ``|``). For instance, to "
5128
+ "evaluate the expression ``x + y``, where *x* is an instance of a class that "
5129
+ "has an :meth: `__add__` method, ``type(x).__add__(x, y)`` is called. The :"
5130
+ "meth: `__divmod__` method should be the equivalent to using :meth:"
5131
+ "`__floordiv__` and :meth:`__mod__`; it should not be related to :meth:"
5132
+ "`__truediv__`. Note that :meth:`__pow__` should be defined to accept an "
5133
+ "optional third argument if the ternary version of the built-in :func:`pow` "
5134
+ "function is to be supported."
5134
5135
msgstr ""
5135
5136
"Estos métodos se llaman para implementar las operaciones aritméticas "
5136
5137
"binarias (``+``, ``-``, ``*``, ``@``, ``/``, ``//``, ``%``, :func:`divmod`, :"
@@ -5153,9 +5154,9 @@ msgstr ""
5153
5154
5154
5155
#: ../Doc/reference/datamodel.rst:3094
5155
5156
msgid ""
5156
- "These methods are called to implement the binary arithmetic operations (`` "
5157
- "+``, ``-``, ``*``, ``@``, ``/``, ``//``, ``%``, :func:`divmod`, :func:`pow`, "
5158
- "``**``, ``<<``, ``>>``, ``&``, ``^``, ``|``) with reflected (swapped) "
5157
+ "These methods are called to implement the binary arithmetic operations "
5158
+ "(`` +``, ``-``, ``*``, ``@``, ``/``, ``//``, ``%``, :func:`divmod`, :func:"
5159
+ "`pow`, ` `**``, ``<<``, ``>>``, ``&``, ``^``, ``|``) with reflected (swapped) "
5159
5160
"operands. These functions are only called if the left operand does not "
5160
5161
"support the corresponding operation [#]_ and the operands are of different "
5161
5162
"types. [#]_ For instance, to evaluate the expression ``x - y``, where *y* is "
@@ -5233,8 +5234,8 @@ msgid ""
5233
5234
"Called to implement the unary arithmetic operations (``-``, ``+``, :func:"
5234
5235
"`abs` and ``~``)."
5235
5236
msgstr ""
5236
- "Es llamado para implementar las operaciones aritméticas unarias (``-``, `` "
5237
- "+``, :func:`abs` and ``~``)."
5237
+ "Es llamado para implementar las operaciones aritméticas unarias (``-``, "
5238
+ "`` +``, :func:`abs` and ``~``)."
5238
5239
5239
5240
#: ../Doc/reference/datamodel.rst:3168
5240
5241
msgid ""
0 commit comments