[Python-checkins] r64370 - python/trunk/Doc/library/math.rst
mark.dickinson
python-checkins at python.org
Wed Jun 18 11:20:18 CEST 2008
Author: mark.dickinson
Date: Wed Jun 18 11:20:17 2008
New Revision: 64370
Log:
Typo fix
Modified:
python/trunk/Doc/library/math.rst
Modified: python/trunk/Doc/library/math.rst
==============================================================================
--- python/trunk/Doc/library/math.rst (original)
+++ python/trunk/Doc/library/math.rst Wed Jun 18 11:20:17 2008
@@ -44,7 +44,7 @@
.. function:: factorial(x)
- Return *x* factorial. Raises :exc:`ValueError` if *x* is not intergral or
+ Return *x* factorial. Raises :exc:`ValueError` if *x* is not integral or
is negative.
.. function:: floor(x)
More information about the Python-checkins
mailing list