Author: brett.cannon Date: Mon Oct 8 01:12:41 2007 New Revision: 58353 Modified: python/branches/py3k/Doc/library/stdtypes.rst Log: Fix a minor typo.
Modified: python/branches/py3k/Doc/library/stdtypes.rst ============================================================================== --- python/branches/py3k/Doc/library/stdtypes.rst (original) +++ python/branches/py3k/Doc/library/stdtypes.rst Mon Oct 8 01:12:41 2007 @@ -218,7 +218,7 @@ 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. _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
