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'), ]