diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-09 21:20:34 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-09 21:20:34 +0100 |
| commit | 3315535ae899624688cc121db9c29f9a8ae51f9c (patch) | |
| tree | f491eee816969ae5f4e910c6611e5e688f301e4c | |
| parent | 7339f43c718008394cf5c5119994f956e27bce70 (diff) | |
Fixed an example to match the code.
| -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 b29d21ac3b..ef067c2032 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -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()``. |
