diff --git a/openlp/__init__.py b/openlp/__init__.py index 516959992..98d19aecc 100644 --- a/openlp/__init__.py +++ b/openlp/__init__.py @@ -23,5 +23,5 @@ # Temple Place, Suite 330, Boston, MA 02111-1307 USA # ############################################################################### """ -The :mod:`lib` module contains all the project produced OpenLP functionality +The :mod:`openlp` module contains all the project produced OpenLP functionality """ diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index 2fed22837..5b2bbe056 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -23,7 +23,7 @@ # Temple Place, Suite 330, Boston, MA 02111-1307 USA # ############################################################################### """ -The :mod:`lib` module provides all core application functions +The :mod:`core` module provides all core application functions All the core functions of the OpenLP application including the GUI, settings, logging and a plugin framework are contained within the openlp.core module. diff --git a/openlp/plugins/__init__.py b/openlp/plugins/__init__.py index 8107bf60b..213c15d47 100644 --- a/openlp/plugins/__init__.py +++ b/openlp/plugins/__init__.py @@ -23,5 +23,5 @@ # Temple Place, Suite 330, Boston, MA 02111-1307 USA # ############################################################################### """ -The :mod:`lib` module provides all the project produced plugins +The :mod:`plugins` module provides all the project produced plugins """