Commit 2497224
committed
authn: Correct docstring of renew()
@victorlin pointed out¹ that a UserError is not raised by this function.
While correcting that, I noted that other docstrings in this module use
"saved credentials" as the term (matching the term we use in
user-visible output) instead of "tokens", so I made this docstring
follow suit.
¹ <#333 (comment)>1 parent 362cfad commit 2497224
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments