Fix module name thinkos

This commit is contained in:
Jon Tibble 2010-06-10 14:12:19 +01:00
parent 8d059fb84e
commit 3a7ca9a185
3 changed files with 3 additions and 3 deletions

View File

@ -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
"""

View File

@ -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.

View File

@ -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
"""