Fix the typo in the fix to the reference to wrapped when called in documentation example.
This commit is contained in:
@@ -126,7 +126,7 @@ be enforced using the keyword only argument syntax.
|
||||
|
||||
@wrapt.decorator
|
||||
def wrapper(wrapped, instance, args, kwargs):
|
||||
return wrappe(*args, **kwargs)
|
||||
return wrapped(*args, **kwargs)
|
||||
|
||||
return wrapper(wrapped)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user