Commit 43cba219 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Make expression legal python by adding '1'.

parent c4ae86e4
......@@ -248,7 +248,7 @@ are always available. They are listed here in alphabetical order.
.. class:: complex([real[, imag]])
Return a complex number with the value *real* + *imag*\*j or convert a string
Return a complex number with the value *real* + *imag*\*1j or convert a string
or number to a complex number. If the first parameter is a string, it will
be interpreted as a complex number and the function must be called without a
second parameter. The second parameter can never be a string. Each argument
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment