Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee48c6c

Browse files
brianbokhumitos
andauthored
Aplico sugerencias de PR
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
1 parent1215200 commitee48c6c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎library/operator.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgid ""
7373
"`comparisons` for more information about rich comparisons."
7474
msgstr""
7575
"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``, "
7777
"``eq(a, b)`` es equivalente a ``a == b``, ``ne(a, b)`` es equivalente a ``a !"
7878
"= b``, ``gt(a, b)`` es equivalente a ``a > b`` y ``ge(a, b)`` es equivalente "
7979
"a ``a >= b``. Tenga en cuenta que estas funciones pueden devolver cualquier "
@@ -106,7 +106,7 @@ msgid ""
106106
"Return :const:`True` if *obj* is true, and :const:`False` otherwise. This "
107107
"is equivalent to using the :class:`bool` constructor."
108108
msgstr""
109-
"Retorna :const:`True` si *obj* estrue, y :const:`False` de lo contrario. "
109+
"Retorna :const:`True` si *obj* esverdadero, y :const:`False` de lo contrario. "
110110
"Esto equivale a usar el constructor :class:`bool`."
111111

112112
#:../Doc/library/operator.rst:75
@@ -127,7 +127,7 @@ msgstr "Retorna el valor absoluto de *obj*."
127127

128128
#:../Doc/library/operator.rst:95
129129
msgid"Return ``a + b``, for *a* and *b* numbers."
130-
msgstr"Retorna ``a + b``, parados números *a* y *b*."
130+
msgstr"Retorna ``a + b``, paralos números *a* y *b*."
131131

132132
#:../Doc/library/operator.rst:101
133133
msgid"Return the bitwise and of *a* and *b*."
@@ -160,15 +160,15 @@ msgstr "Retorna ``a % b``."
160160

161161
#:../Doc/library/operator.rst:139
162162
msgid"Return ``a * b``, for *a* and *b* numbers."
163-
msgstr"Retorna ``a * b``, parados números *a* y *b*."
163+
msgstr"Retorna ``a * b``, paralos números *a* y *b*."
164164

165165
#:../Doc/library/operator.rst:145
166166
msgid"Return ``a @ b``."
167167
msgstr"Retorna ``a @ b``."
168168

169169
#:../Doc/library/operator.rst:153
170170
msgid"Return *obj* negated (``-obj``)."
171-
msgstr"Retorna *obj* negado (```-obj``)."
171+
msgstr"Retorna *obj* negado (``-obj``)."
172172

173173
#:../Doc/library/operator.rst:159
174174
msgid"Return the bitwise or of *a* and *b*."
@@ -180,7 +180,7 @@ msgstr "Retorna *obj* positivo (``+obj``)."
180180

181181
#:../Doc/library/operator.rst:171
182182
msgid"Return ``a ** b``, for *a* and *b* numbers."
183-
msgstr"Retorna ``a ** b``, parados números *a* y *b*."
183+
msgstr"Retorna ``a ** b``, paralos números *a* y *b*."
184184

185185
#:../Doc/library/operator.rst:177
186186
msgid"Return *a* shifted right by *b*."
@@ -196,13 +196,13 @@ msgid ""
196196
"\"true\" division."
197197
msgstr""
198198
"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*)."
200200

201201
#:../Doc/library/operator.rst:196
202202
msgid"Return the bitwise exclusive or of *a* and *b*."
203203
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*."
206206

207207
#:../Doc/library/operator.rst:199
208208
msgid""
@@ -214,7 +214,7 @@ msgstr ""
214214

215215
#:../Doc/library/operator.rst:204
216216
msgid"Return ``a + b`` for *a* and *b* sequences."
217-
msgstr"Retorna ``a + b`` parados secuencias *a* y *b*."
217+
msgstr"Retorna ``a + b`` paralas secuencias *a* y *b*."
218218

219219
#:../Doc/library/operator.rst:210
220220
msgid"Return the outcome of the test ``b in a``. Note the reversed operands."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp