diff --git a/pages.pt_BR/common/python.md b/pages.pt_BR/common/python.md index 17f5fb6a1..f763f1757 100644 --- a/pages.pt_BR/common/python.md +++ b/pages.pt_BR/common/python.md @@ -29,8 +29,8 @@ - Depura interativamente um script de Python: -`python -m {{pdb}} {{caminho/para/arquivo.py}}` +`python -m pdb {{caminho/para/arquivo.py}}` - Inicia o servidor HTTP integrado na porta 8000 no diretório atual: -`python -m {{http.server}}` +`python -m http.server` diff --git a/pages.zh/common/python.md b/pages.zh/common/python.md index 5afc82c3d..95211c1d8 100644 --- a/pages.zh/common/python.md +++ b/pages.zh/common/python.md @@ -29,8 +29,8 @@ - 互动调试 Python 脚本: -`python -m {{pdb}} {{路径/到/文件.py}}` +`python -m pdb {{路径/到/文件.py}}` - 在当前目录中的端口 8000 上启动内置的 HTTP 服务器: -`python -m {{http.server}}` +`python -m http.server` diff --git a/pages/common/python.md b/pages/common/python.md index 0351572ab..17324339c 100644 --- a/pages/common/python.md +++ b/pages/common/python.md @@ -29,8 +29,8 @@ - Interactively debug a Python script: -`python -m {{pdb}} {{path/to/file.py}}` +`python -m pdb {{path/to/file.py}}` - Start the built-in HTTP server on port 8000 in the current directory: -`python -m {{http.server}}` +`python -m http.server`