[Python-checkins] r75167 - python/branches/py3k/Doc/library/math.rst
mark.dickinson
python-checkins at python.org
Thu Oct 1 18:13:29 CEST 2009
Author: mark.dickinson
Date: Thu Oct 1 18:13:29 2009
New Revision: 75167
Log:
Fix versionadded for py3k math.gamma
Modified:
python/branches/py3k/Doc/library/math.rst
Modified: python/branches/py3k/Doc/library/math.rst
==============================================================================
--- python/branches/py3k/Doc/library/math.rst (original)
+++ python/branches/py3k/Doc/library/math.rst Thu Oct 1 18:13:29 2009
@@ -285,7 +285,7 @@
Return the Gamma function at *x*.
- .. versionadded:: 2.7
+ .. versionadded:: 3.2
Constants
More information about the Python-checkins
mailing list