Fixed typo in tests/auth_tests/test_management.py docstring.

This commit is contained in:
Yan Mitrofanov 2020-08-14 07:57:20 +02:00 committed by Mariusz Felisiak
parent 61a0ba43cf
commit 552bb82928
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ class MultiDBCreatesuperuserTestCase(TestCase):
def test_createsuperuser_command_with_database_option(self):
"""
changepassword --database should operate on the specified DB.
createsuperuser --database should operate on the specified DB.
"""
new_io = StringIO()
call_command(