Skip to content

Commit c6d6e74

Browse files
update comments
1 parent a9ddd35 commit c6d6e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planet/auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ def from_login(email: str,
121121
# and something to use a user profile, which must be initialized
122122
# interactively. from_oauth_user(profile_name) seems reasonable,
123123
# leaving the question of how to create and initialize non-built-in
124-
# profiles. (The plauth CLI and planet_auth library has code to
124+
# profiles. The plauth CLI and planet_auth library has code to
125125
# do this, but I don't know if we should send users of the SDK
126-
# to another SDK for the simple use cases.)
126+
# to another SDK for the simple use cases.
127127
warnings.warn("Auth.from_login() has been deprecated.", DeprecationWarning)
128128
raise DeprecationWarning("Auth.from_login() has been deprecated.")
129129

0 commit comments

Comments
 (0)