Quellcode durchsuchen

Fixed typo in docs/ref/applications.txt.

Ali Mirlou vor 5 Jahren
Ursprung
Commit
33b9b23bbb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/ref/applications.txt

+ 1 - 1
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
 =========================