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

Skip to content

Commit 21d833b

Browse files
committed
Mas traducciones y arreglo backticks de operator
1 parent e8f4ff2 commit 21d833b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library/operator.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: 2020-06-24 15:18-0300\n"
12+
"PO-Revision-Date: 2020-06-24 15:32-0300\n"
1313
"Language-Team: python-doc-es\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -38,7 +38,7 @@ msgid ""
3838
"underscores kept. The variants without the double underscores are preferred "
3939
"for clarity."
4040
msgstr ""
41-
"El módulo :mod:'operator' exporta un conjunto de funciones eficientes "
41+
"El módulo :mod:`operator` exporta un conjunto de funciones eficientes "
4242
"correspondientes a los operadores intrínsecos de Python. Por ejemplo, "
4343
"``operator.add(x, y)`` es equivalente a la expresión ``x+y``. Muchos nombres "
4444
"de función son los utilizados para métodos especiales, sin los dobles "
@@ -156,23 +156,23 @@ msgstr ""
156156

157157
#: ../Doc/library/operator.rst:127
158158
msgid "Return *a* shifted left by *b*."
159-
msgstr ""
159+
msgstr "Retorna *a* desplazado a izquierda *b* bits (*shift left*)."
160160

161161
#: ../Doc/library/operator.rst:133
162162
msgid "Return ``a % b``."
163-
msgstr ""
163+
msgstr "Retorna ``a % b``."
164164

165165
#: ../Doc/library/operator.rst:139
166166
msgid "Return ``a * b``, for *a* and *b* numbers."
167-
msgstr ""
167+
msgstr "Retorna ``a * b``, donde *a* y *b* son números."
168168

169169
#: ../Doc/library/operator.rst:145
170170
msgid "Return ``a @ b``."
171-
msgstr ""
171+
msgstr "Retorna ``a @ b``."
172172

173173
#: ../Doc/library/operator.rst:153
174174
msgid "Return *obj* negated (``-obj``)."
175-
msgstr ""
175+
msgstr "Retorna *obj* negado (```-obj``)."
176176

177177
#: ../Doc/library/operator.rst:159
178178
msgid "Return the bitwise or of *a* and *b*."

0 commit comments

Comments
 (0)