mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Corrected several typos in string literals and test names.
This commit is contained in:
parent
052388aba4
commit
65e86948b8
10 changed files with 11 additions and 11 deletions
|
@ -292,7 +292,7 @@ class DummyBackendTest(unittest.TestCase):
|
|||
class AliasedDefaultTestSetupTest(unittest.TestCase):
|
||||
def test_setup_aliased_default_database(self):
|
||||
"""
|
||||
setup_datebases() doesn't fail when 'default' is aliased
|
||||
setup_databases() doesn't fail when 'default' is aliased
|
||||
"""
|
||||
tested_connections = db.ConnectionHandler({
|
||||
'default': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue