From 2dfe6b00edde81d752d37d280cd47fd5aac9a433 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 14 Jan 2012 14:19:49 +1000 Subject: [PATCH] Fix merge glitch in What's New --- Doc/whatsnew/3.3.rst | 1 + 1 file changed, 1 insertion(+) 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 -- 2.49.0