Skip to content

Commit

Permalink
chore: Fix incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Feb 13, 2024
1 parent cf18880 commit 547c515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/utils/decorators.py
Expand Up @@ -120,7 +120,7 @@ def ignore_view_kwargs(*args):
Usage:
@ignore_view_kwargs("ignore_arg1", "ignore_arg2")
def my_view(request, good_arg, ignore_arg1, ignore_arg2):
def my_view(request, good_arg):
...
This will allow my_view() to be used in url() paths that have zero, one, or both of
Expand Down

0 comments on commit 547c515

Please sign in to comment.