]> granicus.if.org Git - python/commitdiff
Fix a code block in __future__ docs.
authorGeorg Brandl <georg@python.org>
Fri, 21 Mar 2008 19:14:38 +0000 (19:14 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 Mar 2008 19:14:38 +0000 (19:14 +0000)
Doc/library/__future__.rst

index 6bf2830c29b5ba0ce9c2db824c0228ca1adac3d0..e2349ccd58b2dc1134a9c4b63f522d7a93487967 100644 (file)
@@ -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