src/test.py: fix typo

standart --> standard
This commit is contained in:
Mikaela Suomalainen 2014-05-22 13:54:25 +03:00
parent 4f0c879004
commit fb26c772fc
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ class TestRequestHandler(httpserver.SupyHTTPRequestHandler):
httpserver.http_servers = [httpserver.TestSupyHTTPServer()]
# Partially stolen from the standart Python library :)
# Partially stolen from the standard Python library :)
def open_http(url, data=None):
"""Use HTTP protocol."""
import httplib