python: remove placeholders (#11804)

This commit is contained in:
Sebastiaan Speck
2023-12-21 08:26:25 +01:00
committed by GitHub
parent 13dc362fa8
commit c9f764ffa9
3 changed files with 6 additions and 6 deletions

View File

@@ -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`