Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f18908

Browse files
committed
Algunas correcciones
1 parent 2d3807f commit 7f18908

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/operator.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ msgstr "Retorna ``a + b`` para dos secuencias *a* y *b*."
225225
msgid "Return the outcome of the test ``b in a``. Note the reversed operands."
226226
msgstr ""
227227
"Retorna el resultado del chequeo ``b in a``. Notar que los operandos se "
228-
"invertieron."
228+
"invirtieron."
229229

230230
#: ../Doc/library/operator.rst:215
231231
msgid "Return the number of occurrences of *b* in *a*."
@@ -284,7 +284,7 @@ msgstr ""
284284
#: ../Doc/library/operator.rst:262
285285
msgid "After ``f = attrgetter('name')``, the call ``f(b)`` returns ``b.name``."
286286
msgstr ""
287-
"Despues de ``f = attrgetter('name')``, la llamada ``f(b)`` retorna ``b."
287+
"Después de ``f = attrgetter('name')``, la llamada ``f(b)`` retorna ``b."
288288
"name``."
289289

290290
#: ../Doc/library/operator.rst:264
@@ -348,7 +348,7 @@ msgid ""
348348
"Example of using :func:`itemgetter` to retrieve specific fields from a tuple "
349349
"record:"
350350
msgstr ""
351-
"Ejemplos que utilizan :func:`itemgetter`para obtener campos específicos de "
351+
"Ejemplos que utilizan :func:`itemgetter` para obtener campos específicos de "
352352
"un registro tupla:"
353353

354354
#: ../Doc/library/operator.rst:342
@@ -471,7 +471,7 @@ msgstr "``and_(a, b)``"
471471

472472
#: ../Doc/library/operator.rst:382
473473
msgid "Bitwise Exclusive Or"
474-
msgstr "Disynción lógica bit a bit (*bitwise exclusive or*)"
474+
msgstr "Disyunción lógica bit a bit (*bitwise exclusive or*)"
475475

476476
#: ../Doc/library/operator.rst:382
477477
msgid "``a ^ b``"

0 commit comments

Comments
 (0)