Skip to content

Commit 285e027

Browse files
author
yankev
committed
Added punctuation
1 parent 8f6f455 commit 285e027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/session.py

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

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

0 commit comments

Comments
 (0)