]> granicus.if.org Git - python/commitdiff
Typo fix
authorMark Dickinson <dickinsm@gmail.com>
Wed, 18 Jun 2008 09:20:17 +0000 (09:20 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 18 Jun 2008 09:20:17 +0000 (09:20 +0000)
Doc/library/math.rst

index d6e0205398a98ae8b04bc0549745ad0b8defe18e..1ae5bdcc2e4529f3ea0cdad157278c957533bc99 100644 (file)
@@ -44,7 +44,7 @@ Number-theoretic and representation functions:
 
 .. 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)