From a200fdd52dad49e3617220995e78891c79b2be30 Mon Sep 17 00:00:00 2001 From: ImmortalPC Date: Wed, 13 Nov 2013 22:52:06 +0100 Subject: [PATCH] Correct description for python --- cheatsheets/python | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cheatsheets/python b/cheatsheets/python index 0dee0ec..ca7f846 100644 --- a/cheatsheets/python +++ b/cheatsheets/python @@ -1,5 +1,7 @@ +# Desc: Python is a high-level programming language. + # Basic example of server with python -# Will start a web server in the current dirrectory on port 8000 +# Will start a WebServer in the current dirrectory on port 8000 # go to http://127.0.0.1:8000 # Python v2.7