Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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