We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1+2j
1 parent 077448e commit ad9ab63Copy full SHA for ad9ab63
Doc/reference/lexical_analysis.rst
@@ -935,8 +935,8 @@ Note that numeric literals do not include a sign; a phrase like ``-1`` is
935
actually an expression composed of the unary operator '``-``' and the literal
936
``1``.
937
938
-Similarly, there are no complex literals; a phrase like ``1+2j`` is an
939
-expression composed by the :ref:`integer literal <integers>` ``1``,
+Similarly, there are no complex literals; the expression ``1+2j`` is composed
+of the :ref:`integer literal <integers>` ``1``,
940
the :ref:`operator <operators>` '``+``',
941
and the :ref:`imaginary literal <imaginary>` ``2j``.
942
0 commit comments