diff options
Diffstat (limited to 'docs/topics/db/transactions.txt')
| -rw-r--r-- | docs/topics/db/transactions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt index 63a6bc2d66..2f6fbde168 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -540,7 +540,7 @@ rather than the functions described below, but they're still part of the public API, and there's no plan to deprecate them. Each of these functions takes a ``using`` argument which should be the name of -a database for which the behavior applies. If no ``using`` argument is +a database for which the behavior applies. If no ``using`` argument is provided then the ``"default"`` database is used. Savepoints are controlled by three functions in :mod:`django.db.transaction`: |
