Merge pull request #121 from uburuntu/patch-1

fix: missed space in python
pull/122/head
Igor Chubin 4 years ago committed by GitHub
commit fcfc96cbc7
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