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

Skip to content

Commit 67777da

Browse files
clacrihectorcanto
andauthored
Update library/functions.po
Co-authored-by: Héctor Canto <[email protected]>
1 parent 2066f07 commit 67777da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/functions.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ msgid ""
824824
"meth:`__index__`."
825825
msgstr ""
826826
"Para un objeto general de Python ``x``, ``complex(x)`` delega a ``x."
827-
"__complex__()``. Si ``__complex__()`` no está definida entonces llama a :"
828-
"meth:`__float__`. Si ``__float__()`` no está definida entonces llama a :"
827+
"__complex__()``. Si ``__complex__()`` no está definida, entonces llama a :"
828+
"meth:`__float__`. Si ``__float__()`` no está definida, entonces llama a :"
829829
"meth:`__index__`."
830830

831831
#: ../Doc/library/functions.rst:330

0 commit comments

Comments
 (0)