commit | 2dfe6b00edde81d752d37d280cd47fd5aac9a433 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sat Jan 14 14:19:49 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Jan 14 14:19:49 2012 +1000 |
tree | cf4f58fc9b504823d039da3db3d0eb90eb2beb07 | |
parent | 77b1ecf0adb0edf51958ebeef8e93ba3cfea5601 [diff] |
Fix merge glitch in What's New
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 07257f0..b2909f7 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst
@@ -224,6 +224,7 @@ how they might be accessible from the global scope. Example with (non-bound) methods:: + >>> class C: ... def meth(self): ... pass