DOCFIX: Remove html formatting from distribution append docstring.
Change: 140392176
This commit is contained in:
parent
e83d3f68ac
commit
9c95b03ea7
@ -578,8 +578,8 @@ class AppendDocstring(object):
|
||||
if "\n" in value:
|
||||
raise ValueError(
|
||||
"Parameter description for \"%s\" contains newlines." % key)
|
||||
bullets.append("* <b>`%s`</b>: %s" % (key, value))
|
||||
self._additional_note += ("\n\n##### <b>`condition_kwargs`</b>:\n\n" +
|
||||
bullets.append("* `%s`: %s" % (key, value))
|
||||
self._additional_note += ("\n\n##### `condition_kwargs`:\n\n" +
|
||||
"\n".join(bullets))
|
||||
|
||||
def __call__(self, fn):
|
||||
|
Loading…
Reference in New Issue
Block a user