fix: missed space in python

pull/121/head
Ramzan Bekbulatov 4 years ago committed by GitHub
parent 69071e734b
commit 71e99697ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,11 +14,11 @@ python -m http.server 8000
python -m smtpd -n -c DebuggingServer localhost:1025
# Pretty print a JSON
python -mjson.tool
python -m json.tool
# Zen of Python
# or just 'import this' in python
python -mthis
python -m this
# See also:
# Python language cheat sheets at /python/

Loading…
Cancel
Save