From 3315535ae899624688cc121db9c29f9a8ae51f9c Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 9 Mar 2014 21:20:34 +0100 Subject: [PATCH] Fixed an example to match the code. --- docs/ref/applications.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()``.