Menu

#39 typo in html.py (epydoc 2.0 and 2.1)

closed-fixed
5
2004-04-24
2004-04-08
No

html.py line 2179 (epydoc 2.1)
if (self._inheritance != 'grouped' and inherit):
should be
if (self._inheritance != 'grouped' and inherited):

Discussion

  • Edward Loper

    Edward Loper - 2004-04-24
    • status: open --> open-fixed
     
  • Edward Loper

    Edward Loper - 2004-04-24

    Logged In: YES
    user_id=195958

    fixed in cvs

     
  • Edward Loper

    Edward Loper - 2004-04-24
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.