Fix line ending (GH-12531)
This commit is contained in:
parent
62be33870e
commit
9dcc095f45
|
@ -886,7 +886,7 @@ class HTMLDoc(Doc):
|
|||
lambda t: t[1] == 'class method')
|
||||
attrs = spill('Static methods %s' % tag, attrs,
|
||||
lambda t: t[1] == 'static method')
|
||||
attrs = spilldescriptors("Readonly properties %s:\n" % tag, attrs,
|
||||
attrs = spilldescriptors("Readonly properties %s" % tag, attrs,
|
||||
lambda t: t[1] == 'readonly property')
|
||||
attrs = spilldescriptors('Data descriptors %s' % tag, attrs,
|
||||
lambda t: t[1] == 'data descriptor')
|
||||
|
|
Loading…
Reference in New Issue