Skip to content

Commit dcdd10e

Browse files
authored
Merge pull request #290
docs: Fix a few typos
2 parents 9475932 + e5c6ab3 commit dcdd10e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/other.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ AllVerbsMixin
585585

586586
.. versionadded:: 1.4
587587

588-
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.
588+
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.
589589

590590
::
591591

tests/test_access_mixins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ class TestUserPassesTestMixin(_TestAccessBasicsMixin, test.TestCase):
660660
view_not_implemented_class = UserPassesTestNotImplementedView
661661
view_not_implemented_url = "/user_passes_test_not_implemented/"
662662

663-
# for testing with passing and not passsing func_test
663+
# for testing with passing and not passing func_test
664664
def build_authorized_user(self, is_superuser=False):
665665
"""Get a test-passing user"""
666666
return UserFactory(

0 commit comments

Comments
 (0)