bernhard: thuban/Thuban/Model base.py,1.6,1.7 layer.py,1.59,1.60

cvs@intevation.de cvs at intevation.de
Mon Sep 20 10:13:03 CEST 2004


Author: bernhard

Update of /thubanrepository/thuban/Thuban/Model
In directory doto:/tmp/cvs-serv22669/Model

Modified Files:
	base.py layer.py 
Log Message:
Fixed typos in docstrings.


Index: base.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/Model/base.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- base.py	2 Jun 2003 13:46:45 -0000	1.6
+++ base.py	20 Sep 2004 08:13:00 -0000	1.7
@@ -6,7 +6,7 @@
 # Read the file COPYING coming with Thuban for details.
 
 """
-Various base classes that didn't fir elsewhere
+Various base classes that did not fit elsewhere.
 """
 
 __version__ = "$Revision$"

Index: layer.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/Model/layer.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- layer.py	20 Aug 2004 16:59:21 -0000	1.59
+++ layer.py	20 Sep 2004 08:13:00 -0000	1.60
@@ -55,7 +55,7 @@
         self.issue(LAYER_VISIBILITY_CHANGED, self)
 
     def HasClassification(self):
-        """Determine if this layer support classifications."""
+        """Determine if this layer supports classifications."""
         return False
 
     def HasShapes(self):
@@ -67,7 +67,7 @@
         return self.projection
 
     def SetProjection(self, projection):
-        """Set the layer's projection"""
+        """Set the layer's projection."""
         self.projection = projection
         self.changed(LAYER_PROJECTION_CHANGED, self)
 





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)