From 71e99697ac3f1ebb12a979cdaaea27cfd21f9701 Mon Sep 17 00:00:00 2001 From: Ramzan Bekbulatov Date: Thu, 29 Oct 2020 12:03:44 +0300 Subject: [PATCH] fix: missed space in python --- sheets/python | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sheets/python b/sheets/python index dee8a64..63d9c4f 100644 --- a/sheets/python +++ b/sheets/python @@ -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/