Skip to content

Commit 03d24b2

Browse files
committed
Fix formatting
1 parent f233ebd commit 03d24b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ are always available. They are listed here in alphabetical order.
418418
The string can optionally be surrounded by whitespaces and the round
419419
parentheses ``'('`` and ``')'``, which are ignored.
420420
The string must not contain whitespace between ASCII plus sign ``'+'``, ASCII hyphen minus
421-
``'-'``, Unicode minus sign``'−'`` (U+2212), the ``'j'`` or ``'J'`` suffix, and the decimal
421+
``'-'``, Unicode minus sign ``'−'`` (U+2212), the ``'j'`` or ``'J'`` suffix, and the decimal
422422
number. For example, ``complex('1+2j')`` is fine, but ``complex('1 + 2j')`` raises
423423
:exc:`ValueError`.
424424
More precisely, the input must conform to the :token:`~float:complexvalue`

0 commit comments

Comments
 (0)