mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed typo in docs/ref/applications.txt.
This commit is contained in:
parent
5b4c6b58a0
commit
33b9b23bbb
@ -13,7 +13,7 @@ This registry is simply called :attr:`~django.apps.apps` and it's available in
|
|||||||
|
|
||||||
>>> from django.apps import apps
|
>>> from django.apps import apps
|
||||||
>>> apps.get_app_config('admin').verbose_name
|
>>> apps.get_app_config('admin').verbose_name
|
||||||
'Admin'
|
'Administration'
|
||||||
|
|
||||||
Projects and applications
|
Projects and applications
|
||||||
=========================
|
=========================
|
||||||
|
Loading…
Reference in New Issue
Block a user