From: Nick Coghlan Date: Sat, 14 Jan 2012 04:19:49 +0000 (+1000) Subject: Fix merge glitch in What's New X-Git-Tag: v3.3.0a1~419^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dfe6b00edde81d752d37d280cd47fd5aac9a433;p=python Fix merge glitch in What's New --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 07257f085e..b2909f773e 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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