| commit | 56e0966afac444a4f198f9770e13b13e2bdeaf03 | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 01 16:13:29 2009 +0000 |
| committer | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 01 16:13:29 2009 +0000 |
| tree | 6c909d1bfdf0b057040f4e1afd8aff1d529fe654 | |
| parent | da18125ae1ef947bac14e977e88a2b3527b66673 [diff] |
Fix versionadded for py3k math.gamma
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 @@ Return the Gamma function at *x*. - .. versionadded:: 2.7 + .. versionadded:: 3.2 Constants