From d6c84df816f6248240608918c2eca565ca07c1f2 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Tue, 19 Jan 2016 13:08:20 +0200 Subject: [PATCH] Change short description in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c43ae504..f07cc2c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -281,7 +281,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'Dependency Injector', u'Dependency Injector Documentation', - author, 'Dependency Injector', 'Dependency management tool for Python projects.', + author, 'Dependency Injector', 'Dependency injection framework for Python projects.', 'Miscellaneous'), ]