瀏覽代碼

minor docstring fix

Markus Neteler 4 年之前
父節點
當前提交
4e005c5b1b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/python/script/core.py

+ 2 - 2
lib/python/script/core.py

@@ -1515,13 +1515,13 @@ def verbosity():
     Currently, there are 5 levels of verbosity:
     -1 nothing will be printed (also fatal errors and warnings will be discarded)
 
-    0 only errors and warnings are printed, triggered by <tt>--q</tt> or <tt>--quiet</tt> flag.
+    0 only errors and warnings are printed, triggered by "--q" or "--quiet" flag.
 
     1 progress information (percent) and important messages will be printed
 
     2 all messages will be printed
 
-    3 also verbose messages will be printed. Triggered by <tt>--v or <tt>--verbose</tt> flag.
+    3 also verbose messages will be printed. Triggered by "--v" or "--verbose" flag.
     """
     vbstr = os.getenv('GRASS_VERBOSE')
     if vbstr: