Fix docstring for contextfactory; mentioned old contextmanager name.

This commit is contained in:
Brett Cannon 2006-04-29 21:29:50 +00:00
parent b75d43d374
commit 1e01397533
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def contextfactory(func):
Typical usage:
@contextmanager
@contextfactory
def some_generator(<arguments>):
<setup>
try: