python: remove placeholders (#11804)
This commit is contained in:
@@ -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