Skip to content

Commit 8f6f455

Browse files
author
yankev
committed
changed wording
1 parent f119dde commit 8f6f455

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plotly/session.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ def sign_in(username, api_key, **kwargs):
7878
if key not in CREDENTIALS_KEYS and key not in CONFIG_KEYS:
7979
raise exceptions.PlotlyError("{} is not a valid config or "
8080
"credentials key\n"
81-
"Type help(sign_in) for a full list "
82-
"of possbile sign in related "
83-
"keys".format(key))
81+
"Type `help(sign_in)` for a full list "
82+
"of sign in related keys".format(key))
8483

8584
# add credentials, raise error if type is wrong.
8685
for key in CREDENTIALS_KEYS:

0 commit comments

Comments
 (0)