Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 720f7d1

Browse files
author
Kevin Yan
committed
Merge pull request plotly#489 from vipul-sharma20/my-dev-branch
fixed typo in docstring
2 parents effa1fd + f454f09 commit 720f7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly/plotly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_config():
8383
def _plot_option_logic(plot_options_from_call_signature):
8484
"""
8585
Given some plot_options as part of a plot call, decide on final options.
86-
Precendence:
86+
Precedence:
8787
1 - Start with DEFAULT_PLOT_OPTIONS
8888
2 - Update each key with ~/.plotly/.config options (tls.get_config)
8989
3 - Update each key with session plot options (set by py.sign_in)

0 commit comments

Comments
 (0)