]> granicus.if.org Git - python/commitdiff
Fix a minor typo.
authorBrett Cannon <bcannon@gmail.com>
Sun, 7 Oct 2007 23:12:41 +0000 (23:12 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 7 Oct 2007 23:12:41 +0000 (23:12 +0000)
Doc/library/stdtypes.rst

index 62935a15e049038f83bcc0053443099a07cddf45..61b589f3d9a917d47ef017020eb659c022269163 100644 (file)
@@ -218,7 +218,7 @@ Numeric Types --- :class:`int`, :class:`float`, :class:`complex`
 
 There are three distinct numeric types: :dfn:`integers`, :dfn:`floating point
 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
 unless you happen to know the machine you are working with.