Skip to content

Commit 351f2b1

Browse files
authored
Update implementation.md
1 parent 1553fab commit 351f2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/api-client/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Your function should ideally be documented using a "docstring". It should specif
2121

2222
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.
2323

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.
2525

2626
## Submission Instructions
2727

0 commit comments

Comments
 (0)