diff options
| author | Clifford Gama <cliffygamy@gmail.com> | 2025-11-10 22:59:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-10 17:59:38 -0300 |
| commit | 2b0f24e6223bf7e294fba63741f58eb7b0bf49ff (patch) | |
| tree | 869a48f3f78ce562a4bc132cf8854914c5e574eb /docs | |
| parent | fffa64abc3870989d62659453cb302857c539956 (diff) | |
Fixed typo in docs/ref/databases.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 9ea54297aa..e708e73937 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -1223,7 +1223,7 @@ Subclassing the built-in database backends ========================================== Django comes with built-in database backends. You may subclass an existing -database backends to modify its behavior, features, or configuration. +database backend to modify its behavior, features, or configuration. Consider, for example, that you need to change a single database feature. First, you have to create a new directory with a ``base`` module in it. For |
