mirror of
https://github.com/django/django.git
synced 2025-08-02 01:53:15 +00:00
[2.2.x] Fixed typo in docs/ref/applications.txt.
Backport of 33b9b23bbb
from master
This commit is contained in:
parent
9b7c5a92ec
commit
56f7a62d28
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
=========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue