Small fix in docstring

This commit is contained in:
Christoph Zwerschke 2016-07-04 00:13:56 +02:00
parent 677dcdedf2
commit 9d0dfb9d57

View File

@ -26,7 +26,7 @@ context manager over web requests that use the library associated with
the subclass. For example::
import httplib2
from wsgi_intercept.intercept import Httplib2Interceptor
from wsgi_intercept.interceptor import Httplib2Interceptor
from mywsgiapp import app
def load_app():