浏览代码

Fix typo in the name of the method

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57555 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli 11 年之前
父节点
当前提交
571786d5a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/pygrass/raster/history.py

+ 1 - 1
lib/python/pygrass/raster/history.py

@@ -173,7 +173,7 @@ class History(object):
         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),