فهرست منبع

grass.py: minor comment and msg fixes; trailing white space removed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73840 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 6 سال پیش
والد
کامیت
a90dca16c8
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      lib/init/grass.py

+ 5 - 5
lib/init/grass.py

@@ -645,7 +645,7 @@ def set_paths(grass_config_dir):
         # 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 @@ def set_language(grass_config_dir):
                 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 say_hello():
 
 
 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 @@ def main():
             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__':