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