@@ -73,7 +73,7 @@ msgid ""
73
73
"`comparisons` for more information about rich comparisons."
74
74
msgstr ""
75
75
"Realiza \" comparaciones enriquecidas\" entre *a* y *b*. Específicamente, ``lt(a, "
76
- "b)`` es equivalente a ``a <b``, ``le(a, b)`` es equivalente a ``a <= b``, "
76
+ "b)`` es equivalente a ``a < b``, ``le(a, b)`` es equivalente a ``a <= b``, "
77
77
"``eq(a, b)`` es equivalente a ``a == b``, ``ne(a, b)`` es equivalente a ``a !"
78
78
"= b``, ``gt(a, b)`` es equivalente a ``a > b`` y ``ge(a, b)`` es equivalente "
79
79
"a ``a >= b``. Tenga en cuenta que estas funciones pueden devolver cualquier "
@@ -106,7 +106,7 @@ msgid ""
106
106
"Return :const:`True` if *obj* is true, and :const:`False` otherwise. This "
107
107
"is equivalent to using the :class:`bool` constructor."
108
108
msgstr ""
109
- "Retorna :const:`True` si *obj* es true , y :const:`False` de lo contrario. "
109
+ "Retorna :const:`True` si *obj* es verdadero , y :const:`False` de lo contrario. "
110
110
"Esto equivale a usar el constructor :class:`bool`."
111
111
112
112
#: ../Doc/library/operator.rst:75
@@ -127,7 +127,7 @@ msgstr "Retorna el valor absoluto de *obj*."
127
127
128
128
#: ../Doc/library/operator.rst:95
129
129
msgid "Return ``a + b``, for *a* and *b* numbers."
130
- msgstr "Retorna ``a + b``, para dos números *a* y *b*."
130
+ msgstr "Retorna ``a + b``, para los números *a* y *b*."
131
131
132
132
#: ../Doc/library/operator.rst:101
133
133
msgid "Return the bitwise and of *a* and *b*."
@@ -160,15 +160,15 @@ msgstr "Retorna ``a % b``."
160
160
161
161
#: ../Doc/library/operator.rst:139
162
162
msgid "Return ``a * b``, for *a* and *b* numbers."
163
- msgstr "Retorna ``a * b``, para dos números *a* y *b*."
163
+ msgstr "Retorna ``a * b``, para los números *a* y *b*."
164
164
165
165
#: ../Doc/library/operator.rst:145
166
166
msgid "Return ``a @ b``."
167
167
msgstr "Retorna ``a @ b``."
168
168
169
169
#: ../Doc/library/operator.rst:153
170
170
msgid "Return *obj* negated (``-obj``)."
171
- msgstr "Retorna *obj* negado (``` -obj``)."
171
+ msgstr "Retorna *obj* negado (``-obj``)."
172
172
173
173
#: ../Doc/library/operator.rst:159
174
174
msgid "Return the bitwise or of *a* and *b*."
@@ -180,7 +180,7 @@ msgstr "Retorna *obj* positivo (``+obj``)."
180
180
181
181
#: ../Doc/library/operator.rst:171
182
182
msgid "Return ``a ** b``, for *a* and *b* numbers."
183
- msgstr "Retorna ``a ** b``, para dos números *a* y *b*."
183
+ msgstr "Retorna ``a ** b``, para los números *a* y *b*."
184
184
185
185
#: ../Doc/library/operator.rst:177
186
186
msgid "Return *a* shifted right by *b*."
@@ -196,13 +196,13 @@ msgid ""
196
196
"\" true\" division."
197
197
msgstr ""
198
198
"Retorna ``a / b`` donde 2/3 es .66 en lugar de 0. Esto también se conoce "
199
- "como \" división real\" (*true division*)."
199
+ "como división \" real\" (*true division*)."
200
200
201
201
#: ../Doc/library/operator.rst:196
202
202
msgid "Return the bitwise exclusive or of *a* and *b*."
203
203
msgstr ""
204
- "Retorna la disyunción exclusiva bit a bit (*bitwise exclusive or*, o "
205
- "*bitwise XOR*) de *a* y *b*."
204
+ "Retorna la disyunción exclusiva bit a bit (*bitwise exclusive or*) "
205
+ "de *a* y *b*."
206
206
207
207
#: ../Doc/library/operator.rst:199
208
208
msgid ""
@@ -214,7 +214,7 @@ msgstr ""
214
214
215
215
#: ../Doc/library/operator.rst:204
216
216
msgid "Return ``a + b`` for *a* and *b* sequences."
217
- msgstr "Retorna ``a + b`` para dos secuencias *a* y *b*."
217
+ msgstr "Retorna ``a + b`` para las secuencias *a* y *b*."
218
218
219
219
#: ../Doc/library/operator.rst:210
220
220
msgid "Return the outcome of the test ``b in a``. Note the reversed operands."
0 commit comments