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

Appearance settings

Commit 6be29c1

Browse filesBrowse files
committed
wrap and spell
1 parent cfb1c99 commit 6be29c1
Copy full SHA for 6be29c1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎library/numbers.po

Copy file name to clipboardExpand all lines: library/numbers.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ msgid ""
101101
msgstr ""
102102
"En resumen, estos son: conversiones a :class:`float`, :func:`math.trunc`, :"
103103
"func:`round`, :func:`math.floor`, :func:`math.ceil`, :func:`divmod`, ``//``, "
104-
"``%``, ``<``, ``<=``, ``>``, and ``>=``."
104+
"``%``, ``<``, ``<=``, ``>``, y ``>=``."
105105

106106
#: ../Doc/library/numbers.rst:55
107107
msgid ""
@@ -214,8 +214,8 @@ msgid ""
214214
"`__add__` at all.)"
215215
msgstr ""
216216
"Si ``A`` recurre al código repetitivo y devuelve un valor de :meth:"
217-
"`__add__`, perderíamos la posibilidad de que B defina un :meth:`__radd __` más "
218-
"inteligente, por lo que el código repetitivo debería devolver :const:"
217+
"`__add__`, perderíamos la posibilidad de que B defina un :meth:`__radd __` "
218+
"más inteligente, por lo que el código repetitivo debería devolver :const:"
219219
"`NotImplemented` de :meth:`__add__`. (O ``A`` no puede implementar :meth:"
220220
"`__add__` en absoluto.)"
221221

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.