Merge pull request #40 from Cito/docfix

Small fix in docstring
This commit is contained in:
Chris Dent
2016-07-03 23:21:21 -04:00
committed by GitHub

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():