From: Nick Coghlan Date: Thu, 5 May 2011 14:02:12 +0000 (+1000) Subject: Remove trailing whitespace X-Git-Tag: v3.2.1b1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdc2c5596e76347e6a979496cd754b464bc7e7a9;p=thirdparty%2FPython%2Fcpython.git Remove trailing whitespace --- diff --git a/Lib/contextlib.py b/Lib/contextlib.py index e90fc4181a39..5ebbbc658383 100644 --- a/Lib/contextlib.py +++ b/Lib/contextlib.py @@ -12,11 +12,11 @@ class ContextDecorator(object): def _recreate_cm(self): """Return a recreated instance of self. - + Allows otherwise one-shot context managers like _GeneratorContextManager to support use as decorators via implicit recreation. - + Note: this is a private interface just for _GCM in 3.2 but will be renamed and documented for third party use in 3.3 """