diff --git a/pages/common/python.md b/pages/common/python.md index 8ee9e52d8..ddce5c7b7 100644 --- a/pages/common/python.md +++ b/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}}`