Skip to content

Commit 110f391

Browse files
committed
Format docstrings to linewidth 75
1 parent 3fc507e commit 110f391

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/express/_doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483

484484

485485
def make_docstring(fn, override_dict={}):
486-
tw = TextWrapper(width=77, initial_indent=" ", subsequent_indent=" ")
486+
tw = TextWrapper(width=75, initial_indent=" ", subsequent_indent=" ")
487487
result = (fn.__doc__ or "") + "\nParameters\n----------\n"
488488
for param in inspect.getargspec(fn)[0]:
489489
if override_dict.get(param):

0 commit comments

Comments
 (0)