diff options
| author | Chris Schur <chris.schur@gmx.de> | 2015-05-22 12:12:36 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-22 09:40:55 -0400 |
| commit | 70faaccc3eef916e1b1ba5c2e93799074e66a5c3 (patch) | |
| tree | dbfd26350d8a7605a2ca05bdbb830487fbc41729 | |
| parent | e11a08ee155811e5f0b2a13640178f82c928c4e7 (diff) | |
Fixed settings docs to match list/tuple changes in #24149.
| -rw-r--r-- | docs/topics/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/settings.txt b/docs/topics/settings.txt index bf6a7a75d5..6caeff186a 100644 --- a/docs/topics/settings.txt +++ b/docs/topics/settings.txt @@ -166,8 +166,8 @@ Django apps. Just follow these conventions: * Setting names are in all uppercase. * Don't reinvent an already-existing setting. -For settings that are sequences, Django itself uses tuples, rather than lists, -but this is only a convention. +For settings that are sequences, Django itself uses lists, but this is only +a convention. .. _settings-without-django-settings-module: |
