diff options
| author | Ali Mirlou <alimirlou@gmail.com> | 2019-08-23 11:18:27 +0430 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-08-23 08:48:26 +0200 |
| commit | 33b9b23bbb6c373843ef184d24438c1bdff37c82 (patch) | |
| tree | 26178cf27c01a667359b6ba6699019a3435330e1 /docs | |
| parent | 5b4c6b58a097028de970875605680df941ab0a47 (diff) | |
Fixed typo in docs/ref/applications.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/applications.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 0875b50808..e735fce951 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -13,7 +13,7 @@ This registry is simply called :attr:`~django.apps.apps` and it's available in >>> from django.apps import apps >>> apps.get_app_config('admin').verbose_name - 'Admin' + 'Administration' Projects and applications ========================= |
