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

Commit29f7caa

Browse files
authored
Traducido library/numbers (#1185)
1 parentf98f60d commit29f7caa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎library/numbers.po

Lines changed: 7 additions & 1 deletion
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-10-12 12:37-0300\n"
12+
"PO-Revision-Date:2020-12-20 19:28-0300\n"
1313
"Language-Team:python-doc-es\n"
1414
"MIME-Version:1.0\n"
1515
"Content-Type:text/plain; charset=UTF-8\n"
@@ -184,6 +184,12 @@ msgid ""
184184
"there. For subtypes of :class:`Integral`, this means that :meth:`__add__` "
185185
"and :meth:`__radd__` should be defined as::"
186186
msgstr""
187+
"Queremos implementar las operaciones aritméticas tal que las operaciones de "
188+
"modo mixto llamen a una implementación cuyo autor conocía los tipos de ambos "
189+
"argumentos, o convertir ambos argumentos al tipo incorporado más cercano "
190+
"antes de hacer la operación. Para subtipos de :class:`Integral`, esto "
191+
"significa que :meth:`__add__` y :meth:`__radd__` tienen que ser definidos "
192+
"como::"
187193

188194
# boilerplate -> repetitivo --revisar en todo el archivo
189195
#:../Doc/library/numbers.rst:152

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp