1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

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(