Skip to content

Commit 2b0f24e

Browse files
authored
Fixed typo in docs/ref/databases.txt.
1 parent fffa64a commit 2b0f24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/databases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ Subclassing the built-in database backends
12231223
==========================================
12241224

12251225
Django comes with built-in database backends. You may subclass an existing
1226-
database backends to modify its behavior, features, or configuration.
1226+
database backend to modify its behavior, features, or configuration.
12271227

12281228
Consider, for example, that you need to change a single database feature.
12291229
First, you have to create a new directory with a ``base`` module in it. For

0 commit comments

Comments
 (0)