Skip to content

Commit

Permalink
Merge pull request #290
Browse files Browse the repository at this point in the history
docs: Fix a few typos
  • Loading branch information
kennethlove authored Oct 9, 2024
2 parents 9475932 + e5c6ab3 commit dcdd10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/other.rst
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ AllVerbsMixin

.. versionadded:: 1.4

This mixin allows you to specify a single method that will responsed to all HTTP verbs, making a class-based view behave much like a function-based view.
This mixin allows you to specify a single method that will respond to all HTTP verbs, making a class-based view behave much like a function-based view.

::

Expand Down
2 changes: 1 addition & 1 deletion tests/test_access_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ class TestUserPassesTestMixin(_TestAccessBasicsMixin, test.TestCase):
view_not_implemented_class = UserPassesTestNotImplementedView
view_not_implemented_url = "/user_passes_test_not_implemented/"

# for testing with passing and not passsing func_test
# for testing with passing and not passing func_test
def build_authorized_user(self, is_superuser=False):
"""Get a test-passing user"""
return UserFactory(
Expand Down

0 comments on commit dcdd10e

Please sign in to comment.