From 56e0966afac444a4f198f9770e13b13e2bdeaf03 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Thu, 1 Oct 2009 16:13:29 +0000 Subject: Fix versionadded for py3k math.gamma --- Doc/library/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12