Skip to content

Commit

Permalink
Update snippets/deprecate.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Dareska <[email protected]>
  • Loading branch information
liamhuber and samwaseda authored May 28, 2024
1 parent fadb54f commit 172eaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/deprecate.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def wrap(self, function):
function is called with keyword arguments found in that dictionary.
Args:
function (function): function to mark as deprecated
function (callable): function to mark as deprecated
Return:
function: raises DeprecationWarning when given function is called
Expand Down

0 comments on commit 172eaa3

Please sign in to comment.