Fixed a source docu issue.

Mon, 23 Dec 2013 12:40:49 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 23 Dec 2013 12:40:49 +0100
changeset 8
1174f2b8d7ba
parent 7
f0ed59a4188e
child 9
ad42404ad714

Fixed a source docu issue.

SplitMergeCamelCase/Documentation/source/index-Plugin_Tools_SplitMergeCamelCase.html file | annotate | diff | comparison | revisions
SplitMergeCamelCase/Documentation/source/index.html file | annotate | diff | comparison | revisions
__init__.py file | annotate | diff | comparison | revisions
--- a/SplitMergeCamelCase/Documentation/source/index-Plugin_Tools_SplitMergeCamelCase.html	Mon Dec 23 11:47:30 2013 +0100
+++ b/SplitMergeCamelCase/Documentation/source/index-Plugin_Tools_SplitMergeCamelCase.html	Mon Dec 23 12:40:49 2013 +0100
@@ -21,7 +21,7 @@
 <body>
 <h1>Plugin_Tools_SplitMergeCamelCase</h1>
 <p>
-Module implementing the split, merge or convert camel case plug-in.
+Package implementing the split, merge or convert camel case plug-in.
 </p>
 
 <h3>Packages</h3>
--- a/SplitMergeCamelCase/Documentation/source/index.html	Mon Dec 23 11:47:30 2013 +0100
+++ b/SplitMergeCamelCase/Documentation/source/index.html	Mon Dec 23 12:40:49 2013 +0100
@@ -26,7 +26,7 @@
 <table>
 <tr>
 <td><a href="index-Plugin_Tools_SplitMergeCamelCase.html">Plugin_Tools_SplitMergeCamelCase</a></td>
-<td>Module implementing the split, merge or convert camel case plug-in.</td>
+<td>Package implementing the split, merge or convert camel case plug-in.</td>
 </tr>
 </table>
 
--- a/__init__.py	Mon Dec 23 11:47:30 2013 +0100
+++ b/__init__.py	Mon Dec 23 12:40:49 2013 +0100
@@ -4,5 +4,5 @@
 #
 
 """
-Module implementing the split, merge or convert camel case plug-in.
+Package implementing the split, merge or convert camel case plug-in.
 """

eric ide

mercurial