python: remove placeholders (#11804)
This commit is contained in:
@@ -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`
|
||||
|
@@ -29,8 +29,8 @@
|
||||
|
||||
- 互动调试 Python 脚本:
|
||||
|
||||
`python -m {{pdb}} {{路径/到/文件.py}}`
|
||||
`python -m pdb {{路径/到/文件.py}}`
|
||||
|
||||
- 在当前目录中的端口 8000 上启动内置的 HTTP 服务器:
|
||||
|
||||
`python -m {{http.server}}`
|
||||
`python -m http.server`
|
||||
|
@@ -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`
|
||||
|
Reference in New Issue
Block a user