Author: chrisz
Date: Mon Jul 30 16:38:10 2012
New Revision: 8232
Log:
Typo.
Modified:
Webware/trunk/WebKit/HTTPExceptions.py
Modified: Webware/trunk/WebKit/HTTPExceptions.py
==============================================================================
--- Webware/trunk/WebKit/HTTPExceptions.py Mon Jul 30 16:10:57 2012 (r8231)
+++ Webware/trunk/WebKit/HTTPExceptions.py Mon Jul 30 16:38:10 2012 (r8232)
@@ -166,7 +166,7 @@
class HTTPTemporaryRedirect(HTTPMovedPermanently):
- """HTTPExcecption "temporary tedirect" subclass.
+ """HTTPExcecption "temporary redirect" subclass.
Like HTTPMovedPermanently, except the redirect is only valid for this
request. Internally identical to HTTPMovedPermanently, except with a
|