mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
Add missing docstrings for TarInfo objects (#12555)
This commit is contained in:
parent
d929f1838a
commit
a694f23948
2 changed files with 48 additions and 9 deletions
|
@ -997,8 +997,8 @@ class HTMLDoc(Doc):
|
|||
|
||||
if name:
|
||||
push('<dl><dt><strong>%s</strong></dt>\n' % name)
|
||||
if object.__doc__ is not None:
|
||||
doc = self.markup(getdoc(object), self.preformat)
|
||||
doc = self.markup(getdoc(object), self.preformat)
|
||||
if doc:
|
||||
push('<dd><tt>%s</tt></dd>\n' % doc)
|
||||
push('</dl>\n')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue