Browse Source

Rewords description and command.

Leandro Ostera 9 years ago
parent
commit
55909a736b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/common/python.md

+ 2 - 2
pages/common/python.md

@@ -14,6 +14,6 @@
 
 `python -c {{command}}`
 
-- Execute a Python module (SimpleHTTPServer, json.tool, etc)
+- Run library module as a script (terminates option list)
 
-`python -m {{moduleName}} {{parameters}}`
+`python -m {{module}} {{arguments}}`