Skip to content

Commit bb11762

Browse files
author
Sylvain MARIE
committed
minor docstring edit
1 parent 3407739 commit bb11762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/makefun/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,8 @@ def wraps(wrapped_fun,
816816
**attrs)`
817817
818818
In other words, as opposed to `@with_signature`, the metadata (doc, module name, etc.) is provided by the wrapped
819-
`wrapped_fun`, so that the created function seems to be identical (except possiblyfor the signature).
820-
Note that all options in `with_signature` can still be overrided using parameters of `@wraps`.
819+
`wrapped_fun`, so that the created function seems to be identical (except possibly for the signature).
820+
Note that all options in `with_signature` can still be overridden using parameters of `@wraps`.
821821
822822
The additional `__wrapped__` attribute is set on the created function, to stay consistent
823823
with the `functools.wraps` behaviour. If the signature is modified through `new_sig`,

0 commit comments

Comments
 (0)