Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda committed Dec 12, 2023
1 parent b3aec58 commit 0b1e243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/snewpy/models/registry_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _wrapper(obj):
return func_decorator(obj)
return _wrapper

def deprecated(*names, message='Agrument `{name}` is deprecated'):
def deprecated(*names, message='Argument `{name}` is deprecated.'):
"""A function decorator to issue a deprecation warning if a given argument is provided in the wrapped function call.
Parameters
Expand Down

0 comments on commit 0b1e243

Please sign in to comment.