]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove trailing whitespace
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 5 May 2011 14:02:12 +0000 (00:02 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 5 May 2011 14:02:12 +0000 (00:02 +1000)
Lib/contextlib.py

index e90fc4181a39b406a94abddc409eede03fd8fd67..5ebbbc6583839d62ebfaac2577973a5f6772d3af 100644 (file)
@@ -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
         """