Revision 8e4968ca lib/build/sphinx_ext.py

b/lib/build/sphinx_ext.py
166 166
      continue
167 167

  
168 168
    has_default = default is not None or default is not ht.NoDefault
169
    has_test = test is not None or test is not ht.NoType
169
    has_test = test is not None
170 170

  
171 171
    buf = StringIO()
172 172
    buf.write("``%s``" % (rapi_name,))

Also available in: Unified diff