Skip to content

Commit fdc2c55

Browse files
committed
Remove trailing whitespace
1 parent 0ded3e3 commit fdc2c55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/contextlib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ class ContextDecorator(object):
1212

1313
def _recreate_cm(self):
1414
"""Return a recreated instance of self.
15-
15+
1616
Allows otherwise one-shot context managers like
1717
_GeneratorContextManager to support use as
1818
decorators via implicit recreation.
19-
19+
2020
Note: this is a private interface just for _GCM in 3.2 but will be
2121
renamed and documented for third party use in 3.3
2222
"""

0 commit comments

Comments
 (0)