From 9e22e946455505a012704d3a1d841cfb6c28221c Mon Sep 17 00:00:00 2001 From: Dale Athanasias Date: Fri, 3 Apr 2015 13:28:54 +1100 Subject: [PATCH] Update __init__.py make it clearer --- gramps/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/__init__.py b/gramps/__init__.py index 84517c284..494e4ac58 100644 --- a/gramps/__init__.py +++ b/gramps/__init__.py @@ -20,9 +20,9 @@ # gen/__init__.py """ -The core gramps module provides the different packages +The core gramps modules that provide the different packages -Plugins are loaded dynamically, so they the plugin directory is not included +Plugins are loaded dynamically, so that plugin directory is not included """ __all__ = ["gen", "cli", "gui"]