From: Georg Brandl Date: Fri, 21 Mar 2008 19:14:38 +0000 (+0000) Subject: Fix a code block in __future__ docs. X-Git-Tag: v2.6a2~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06291185e1d9d1dc96388108690c62d0d52364aa;p=python Fix a code block in __future__ docs. --- diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 6bf2830c29..e2349ccd58 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -1,4 +1,3 @@ - :mod:`__future__` --- Future statement definitions ================================================== @@ -22,8 +21,8 @@ Each statement in :file:`__future__.py` is of the form:: - FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease "," - CompilerFlag ")" + FeatureName = _Feature(OptionalRelease, MandatoryRelease, + CompilerFlag) where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both are