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

Skip to content

Commit b3384d3

Browse files
committed
Make sure we include all of Python's numeric types in the data model
description, so that the introduction of complex is not a surprise. This closes SF bug #423429.
1 parent 6db483e commit b3384d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/ref/ref3.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ \section{The standard type hierarchy\label{types}}
159159
subject to the limitations of numerical representation in computers.
160160
\obindex{numeric}
161161

162-
Python distinguishes between integers and floating point numbers:
162+
Python distinguishes between integers, floating point numbers, and
163+
complex numbers:
163164

164165
\begin{description}
165166
\item[Integers]

0 commit comments

Comments
 (0)