Skip to content

Commit

Permalink
fix: correct typo properly->property
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen authored Nov 15, 2021
1 parent 862cff6 commit 2417bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapt/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self, wrapped):
pass

# Python 3.10 onwards also does not allow itself to be overridden
# using a properly and it must instead be set explicitly.
# using a property and it must instead be set explicitly.

try:
object.__setattr__(self, '__annotations__', wrapped.__annotations__)
Expand Down

0 comments on commit 2417bdf

Please sign in to comment.