mirror of
https://github.com/sprockets/sprockets.mixins.http.git
synced 2024-11-14 19:29:31 +00:00
Fix documentation
This commit is contained in:
parent
7d58be1bdc
commit
9943632e32
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue