summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-11-11 09:44:01 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-11-11 12:21:51 +0100
commitae5743d461ee30c6241c8bb207b98039aaa6255b (patch)
treed0f60927e9c5e42c2966e69e1102a497440a6c0f
parent40bfd7b09aa0907b143e96f0b055538f476e544e (diff)
Fixed typo in django/db/backends/sqlite3/features.py.
-rw-r--r--django/db/backends/sqlite3/features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/sqlite3/features.py b/django/db/backends/sqlite3/features.py
index 669e875b59..2c1aa32506 100644
--- a/django/db/backends/sqlite3/features.py
+++ b/django/db/backends/sqlite3/features.py
@@ -101,7 +101,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
"servers.tests.LiveServerTestCloseConnectionTest."
"test_closes_connections",
},
- "For SQLite in-memory tests, closing the connection destroys"
+ "For SQLite in-memory tests, closing the connection destroys "
"the database.": {
"test_utils.tests.AssertNumQueriesUponConnectionTests."
"test_ignores_connection_configuration_queries",