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
commit 655e9b68eb
1 changed files with 1 additions and 1 deletions

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