summaryrefslogtreecommitdiff
path: root/Lib/contextlib.py
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-05-06 00:02:12 +1000
committerNick Coghlan <ncoghlan@gmail.com>2011-05-06 00:02:12 +1000
commitfdc2c5596e76347e6a979496cd754b464bc7e7a9 (patch)
treecf17f3afde7b69b930d20943c9f6401bbc120e36 /Lib/contextlib.py
parent0ded3e307b188246018c893d90f26dfba6fe282c (diff)
downloadcpython-git-fdc2c5596e76347e6a979496cd754b464bc7e7a9.tar.gz
Remove trailing whitespace
Diffstat (limited to 'Lib/contextlib.py')
-rw-r--r--Lib/contextlib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/contextlib.py b/Lib/contextlib.py
index e90fc4181a..5ebbbc6583 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
"""