From 56f7a62d28a3b534ec68aed2610425ce28a2870d Mon Sep 17 00:00:00 2001 From: Ali Mirlou Date: Fri, 23 Aug 2019 11:18:27 +0430 Subject: [PATCH] [2.2.x] Fixed typo in docs/ref/applications.txt. Backport of 33b9b23bbb6c373843ef184d24438c1bdff37c82 from master --- 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 0875b50808..e735fce951 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -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 =========================