]> granicus.if.org Git - python/commitdiff
Fix merge glitch in What's New
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 14 Jan 2012 04:19:49 +0000 (14:19 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 14 Jan 2012 04:19:49 +0000 (14:19 +1000)
Doc/whatsnew/3.3.rst

index 07257f085e94d7021d36243fe09695be5435de63..b2909f773eb6c6627a8313cef2da48b15ce79b42 100644 (file)
@@ -224,6 +224,7 @@ it provides better information about where they were actually defined, and
 how they might be accessible from the global scope.
 
 Example with (non-bound) methods::
+
    >>> class C:
    ...     def meth(self):
    ...         pass