summaryrefslogtreecommitdiff
path: root/webtest/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'webtest/http.py')
-rw-r--r--webtest/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtest/http.py b/webtest/http.py
index 3d18ed2..37b6910 100644
--- a/webtest/http.py
+++ b/webtest/http.py
@@ -45,7 +45,7 @@ class StopableWSGIServer(TcpWSGIServer):
"""StopableWSGIServer is a TcpWSGIServer which run in a separated thread.
This allow to use tools like casperjs or selenium.
- Server instance have an ``application_url`` attribute formated with the
+ Server instance have an ``application_url`` attribute formatted with the
server host and port.
"""