소스 검색

Rewords description and command.

Leandro Ostera 9 년 전
부모
커밋
55909a736b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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}}`