Commit 85c1ba5d authored by Brett Cannon's avatar Brett Cannon

Fix a minor typo.

parent b35f1287
...@@ -218,7 +218,7 @@ Numeric Types --- :class:`int`, :class:`float`, :class:`complex` ...@@ -218,7 +218,7 @@ Numeric Types --- :class:`int`, :class:`float`, :class:`complex`
There are three distinct numeric types: :dfn:`integers`, :dfn:`floating point There are three distinct numeric types: :dfn:`integers`, :dfn:`floating point
numbers`, and :dfn:`complex numbers`. In addition, Booleans are a subtype of numbers`, and :dfn:`complex numbers`. In addition, Booleans are a subtype of
plain integers. Integers have unlimited precision. loating point numbers are plain integers. Integers have unlimited precision. Floating point numbers are
implemented using :ctype:`double` in C. All bets on their precision are off implemented using :ctype:`double` in C. All bets on their precision are off
unless you happen to know the machine you are working with. unless you happen to know the machine you are working with.
......
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