We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc507e commit 110f391Copy full SHA for 110f391
packages/python/plotly/plotly/express/_doc.py
@@ -483,7 +483,7 @@
483
484
485
def make_docstring(fn, override_dict={}):
486
- tw = TextWrapper(width=77, initial_indent=" ", subsequent_indent=" ")
+ tw = TextWrapper(width=75, initial_indent=" ", subsequent_indent=" ")
487
result = (fn.__doc__ or "") + "\nParameters\n----------\n"
488
for param in inspect.getargspec(fn)[0]:
489
if override_dict.get(param):
0 commit comments