[GRASS-SVN] r57970 - grass/trunk/lib/python/script
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 10 00:14:45 PDT 2013
Author: huhabla
Date: 2013-10-10 00:14:45 -0700 (Thu, 10 Oct 2013)
New Revision: 57970
Modified:
grass/trunk/lib/python/script/core.py
Log:
Fixed spelling mistakes
Modified: grass/trunk/lib/python/script/core.py
===================================================================
--- grass/trunk/lib/python/script/core.py 2013-10-10 02:45:16 UTC (rev 57969)
+++ grass/trunk/lib/python/script/core.py 2013-10-10 07:14:45 UTC (rev 57970)
@@ -810,11 +810,11 @@
def compare_key_value_text_files(filename_a, filename_b, sep=":",
val_sep=",", precision=0.000001):
"""
- !Compare two key-value text two files
+ !Compare two key-value text files
This method will print a warning in case keys that are present in the first
file are not present in the second one.
- The comparison method tries to convert the values into there native format
+ The comparison method tries to convert the values into their native format
(float, int or string) to allow correct comparison.
An example key-value text file may have this content:
@@ -829,7 +829,7 @@
@param filenmae_b name of the second key-value text file
@param sep character that separates the keys and values, default is ":"
@param val_sep character that separates the values of a single key, default is ","
- @param precision precision with which the floating point values are compares
+ @param precision precision with which the floating point values are compared
@return True if full or almost identical, False if different
"""
More information about the grass-commit
mailing list