summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-01 16:13:29 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-01 16:13:29 (GMT)
commit56e0966afac444a4f198f9770e13b13e2bdeaf03 (patch)
tree6c909d1bfdf0b057040f4e1afd8aff1d529fe654
parentda18125ae1ef947bac14e977e88a2b3527b66673 (diff)
downloadcpython-56e0966afac444a4f198f9770e13b13e2bdeaf03.zip
cpython-56e0966afac444a4f198f9770e13b13e2bdeaf03.tar.gz
cpython-56e0966afac444a4f198f9770e13b13e2bdeaf03.tar.bz2
Fix versionadded for py3k math.gamma
-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 270c25f..db620cf 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -285,7 +285,7 @@ Special functions
Return the Gamma function at *x*.
- .. versionadded:: 2.7
+ .. versionadded:: 3.2
Constants