Fix merge glitch in What's New

This commit is contained in:
Nick Coghlan 2012-01-14 14:19:49 +10:00
parent 77b1ecf0ad
commit 2dfe6b00ed

View 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