Correct description for python

This commit is contained in:
ImmortalPC 2013-11-13 22:52:06 +01:00
parent ef644d42ec
commit a200fdd52d
1 changed files with 3 additions and 1 deletions

View File

@ -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