You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/api-client/implementation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Your function should ideally be documented using a "docstring". It should specif
21
21
22
22
If your program requires sensitive information like secret passwords, API keys, or other credentials, those secret values should absolutely not be included in the source code.
23
23
24
-
If working in Colab, use `getpass` to prompt the user for their API key(s).
24
+
If working in Colab, use `getpass` to prompt the user for their API key(s), as necessary.
0 commit comments