From fb26c772fc0da54f58943a96b2009465d06f1bd5 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 22 May 2014 13:54:25 +0300 Subject: [PATCH] src/test.py: fix typo standart --> standard --- src/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.py b/src/test.py index 561ab51e8..7c5d68b52 100644 --- a/src/test.py +++ b/src/test.py @@ -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