summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2008-06-18 09:20:17 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2008-06-18 09:20:17 (GMT)
commitf88f739012fe5e4cb4f6736790d34d94d23e7cde (patch)
tree090b65058ddb8238c7b7df374670b2eb400af25f /Doc/library
parent2281da42b0e8ddb8f833307311f2782eeb56b775 (diff)
downloadcpython-f88f739012fe5e4cb4f6736790d34d94d23e7cde.zip
cpython-f88f739012fe5e4cb4f6736790d34d94d23e7cde.tar.gz
cpython-f88f739012fe5e4cb4f6736790d34d94d23e7cde.tar.bz2
Typo fix
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/math.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index d6e0205..1ae5bdc 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -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)