mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
committed by
Tim Graham
parent
6acaa52386
commit
0d91225892
@@ -199,7 +199,7 @@ class TestTransactionClosing(IgnoreDeprecationWarningsMixin, TransactionTestCase
|
||||
"Cannot establish two connections to an in-memory SQLite database.")
|
||||
class TestNewConnection(IgnoreDeprecationWarningsMixin, TransactionTestCase):
|
||||
"""
|
||||
Check that new connections don't have special behaviour.
|
||||
Check that new connections don't have special behavior.
|
||||
"""
|
||||
|
||||
available_apps = ['transactions_regress']
|
||||
|
||||
Reference in New Issue
Block a user