Fix documentation

This commit is contained in:
Gavin M. Roy 2017-04-26 22:56:54 -04:00
parent 7d58be1bdc
commit 9943632e32

View file

@ -24,7 +24,8 @@ intersphinx_mapping = {
def no_namedtuple_attrib_docstring(app, objtype, name, member, keep, options):
return objtype == 'class' and name in http.HTTPResponse._fields
if objtype == 'class' and name in http.HTTPResponse._fields:
return True
def setup(app):