From 3b48257b4504fda45686f03c43887cce1fed50ad Mon Sep 17 00:00:00 2001 From: ImmortalPC Date: Wed, 13 Nov 2013 22:55:19 +0100 Subject: [PATCH] Correct description for python --- cheatsheets/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/python b/cheatsheets/python index ca7f846..62c9e8d 100644 --- a/cheatsheets/python +++ b/cheatsheets/python @@ -1,7 +1,7 @@ # Desc: Python is a high-level programming language. # Basic example of server with python -# Will start a WebServer in the current dirrectory on port 8000 +# Will start a Web Server in the current directory on port 8000 # go to http://127.0.0.1:8000 # Python v2.7