Fix misspelling.
This commit is contained in:
parent
3bb589fbd0
commit
99b3a9a764
|
@ -143,7 +143,7 @@ class _StackContextWrapper(functools.partial):
|
|||
pass
|
||||
|
||||
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.
|
||||
|
||||
Use this whenever saving a callback to be executed later in a
|
||||
|
|
Loading…
Reference in New Issue