Commit fdc2c559 authored by Nick Coghlan's avatar Nick Coghlan

Remove trailing whitespace

parent 0ded3e30
...@@ -12,11 +12,11 @@ class ContextDecorator(object): ...@@ -12,11 +12,11 @@ class ContextDecorator(object):
def _recreate_cm(self): def _recreate_cm(self):
"""Return a recreated instance of self. """Return a recreated instance of self.
Allows otherwise one-shot context managers like Allows otherwise one-shot context managers like
_GeneratorContextManager to support use as _GeneratorContextManager to support use as
decorators via implicit recreation. decorators via implicit recreation.
Note: this is a private interface just for _GCM in 3.2 but will be 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 renamed and documented for third party use in 3.3
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment