0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00

Fixed an example to match the code.

This commit is contained in:
Aymeric Augustin 2014-03-09 21:20:34 +01:00
parent 7339f43c71
commit 3315535ae8

View File

@ -165,7 +165,7 @@ Configurable attributes
.. attribute:: AppConfig.verbose_name
Human-readable name for the application, e.g. "Admin".
Human-readable name for the application, e.g. "Administration".
This attribute defaults to ``label.title()``.