Skip to content

Commit

Permalink
DOC: Fix typo for asf_password in walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Aug 12, 2024
1 parent e465497 commit e6c5ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/walkthrough-basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"import getpass\n",
"\n",
"asf_username = input(\"Enter your ASF username: \")\n",
"password = getpass.getpass(\"Enter ASF Password: \")"
"asf_password = getpass.getpass(\"Enter ASF Password: \")"
]
},
{
Expand Down

0 comments on commit e6c5ecb

Please sign in to comment.