Merge pull request #7054 from jennifer-richards/comment-fix

chore: Fix incorrect docstring
This commit is contained in:
Robert Sparks 2024-02-13 09:45:26 -06:00 committed by GitHub
commit 92835ab2ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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