Fix misspelling.

This commit is contained in:
Ovidiu Predescu 2011-07-14 15:52:35 -07:00
parent 3bb589fbd0
commit 99b3a9a764
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ class _StackContextWrapper(functools.partial):
pass pass
def wrap(fn): def wrap(fn):
'''Returns a callable object that will resore the current StackContext '''Returns a callable object that will restore the current StackContext
when executed. when executed.
Use this whenever saving a callback to be executed later in a Use this whenever saving a callback to be executed later in a