From b2b5b904bcc1ab96d5efb992d5630505022d0ecb Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 7 Oct 2008 20:07:16 -0600 Subject: Made package-level docstrings more consistent so they read better in generated documentation --- ipa_webui/templates/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa_webui/templates/__init__.py') diff --git a/ipa_webui/templates/__init__.py b/ipa_webui/templates/__init__.py index 710dbb2e9..10d4cf8ca 100644 --- a/ipa_webui/templates/__init__.py +++ b/ipa_webui/templates/__init__.py @@ -17,5 +17,5 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -Kid templates. +Sub-package containing Kid templates. """ -- cgit