[GRASS-SVN] r73840 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 25 14:32:23 PST 2018
Author: neteler
Date: 2018-12-25 14:32:23 -0800 (Tue, 25 Dec 2018)
New Revision: 73840
Modified:
grass/trunk/lib/init/grass.py
Log:
grass.py: minor comment and msg fixes; trailing white space removed
Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py 2018-12-25 20:34:25 UTC (rev 73839)
+++ grass/trunk/lib/init/grass.py 2018-12-25 22:32:23 UTC (rev 73840)
@@ -645,7 +645,7 @@
# the env var PYTHONPATH is only evaluated when python is started,
# thus:
sys.path.append(pythonpath)
- # now we can import stuff from GRASS lib/python
+ # now we can import stuff from GRASS lib/python
# set path for the GRASS man pages
grass_man_path = gpath('docs', 'man')
@@ -1260,7 +1260,7 @@
break
fd.close()
- # Backwards compatability with old wx preferences files
+ # Backwards compatibility with old wx preferences files
if language == 'C':
language = 'en'
@@ -1672,10 +1672,10 @@
def show_info(shellname, grass_gui, default_gui):
- """Write basic infor about GRASS GIS and GRASS session to stderr"""
+ """Write basic info about GRASS GIS and GRASS session to stderr"""
sys.stderr.write(
r"""
-%-41shttp://grass.osgeo.org
+%-41shttps://grass.osgeo.org
%-41s%s (%s)
%-41sg.manual -i
%-41sg.version -c
@@ -2255,7 +2255,7 @@
writefile(gisrcrc, readfile(gisrc))
# After this point no more grass modules may be called
# done message at last: no atexit.register()
- # or register done_message()
+ # or register done_message()
done_message()
if __name__ == '__main__':
More information about the grass-commit
mailing list