mirror of
https://github.com/django/django.git
synced 2025-09-12 13:36:31 +00:00
Fixed typo in tests/auth_tests/test_management.py docstring.
This commit is contained in:
parent
61a0ba43cf
commit
552bb82928
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue