From: Mark Dickinson Date: Thu, 1 Oct 2009 16:13:29 +0000 (+0000) Subject: Fix versionadded for py3k math.gamma X-Git-Tag: v3.2a1~2465 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56e0966afac444a4f198f9770e13b13e2bdeaf03;p=thirdparty%2FPython%2Fcpython.git Fix versionadded for py3k math.gamma --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 270c25f16392..db620cf2755f 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