Skip to content

Commit

Permalink
Update nbdev/showdoc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 authored Oct 19, 2024
1 parent a2f9c1d commit bcf168a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nbdev/showdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def _repr_html_(self):
if self.dm.has_docment:
doc += _create_html_table(str(self.dm))
return doc
__repr__=__str__=_repr_html_

def doc(self):
"Show `show_doc` info along with link to docs"
Expand Down

0 comments on commit bcf168a

Please sign in to comment.