[GRASS-SVN] r57555 - grass/trunk/lib/python/pygrass/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 30 02:39:38 PDT 2013


Author: zarch
Date: 2013-08-30 02:39:38 -0700 (Fri, 30 Aug 2013)
New Revision: 57555

Modified:
   grass/trunk/lib/python/pygrass/raster/history.py
Log:
Fix typo in the name of the method

Modified: grass/trunk/lib/python/pygrass/raster/history.py
===================================================================
--- grass/trunk/lib/python/pygrass/raster/history.py	2013-08-30 09:37:59 UTC (rev 57554)
+++ grass/trunk/lib/python/pygrass/raster/history.py	2013-08-30 09:39:38 UTC (rev 57555)
@@ -173,7 +173,7 @@
         libraster.Rast_append_history(self.c_hist,
                                       ctypes.c_char_p(str(obj)))
 
-    def appent_fmt(self, fmt, *args):
+    def append_fmt(self, fmt, *args):
         """Rast_append_format_history"""
         libraster.Rast_append_format_history(self.c_hist,
                                              ctypes.c_char_p(fmt),



More information about the grass-commit mailing list