8000 Fix a minor typo. · python/cpython@85c1ba5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85c1ba5

Browse files
committed
Fix a minor typo.
1 parent b35f128 commit 85c1ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Numeric Types --- :class:`int`, :class:`float`, :class:`complex`
218218

219219
There are three distinct numeric types: :dfn:`integers`, :dfn:`floating point
220220
numbers`, and :dfn:`complex numbers`. In addition, Booleans are a subtype of
221-
plain integers. Integers have unlimited precision. loating point numbers are
221+
plain integers. Integers have unlimited precision. Floating point numbers are
222222
implemented using :ctype:`double` in C. All bets on their precision are off
223223
unless you happen to know the machine you are working with.
224224

0 commit comments

Comments
 (0)
0