Skip to content

Commit

Permalink
fix: fix typo in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Alikerin committed Sep 20, 2024
1 parent d3d60ca commit f5b37e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/InstaGeo_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"outputs": [],
"source": [
"# Enter you EarthData user account credentials\n",
"USERNAME = getpass('Enter your EarthDAata username: ')\n",
"PASSWORD = getpass('Enter your EarthDAata password: ')\n",
"USERNAME = getpass('Enter your EarthData username: ')\n",
"PASSWORD = getpass('Enter your EarthData password: ')\n",
"\n",
"content = f\"\"\"machine urs.earthdata.nasa.gov login {USERNAME} password {PASSWORD}\"\"\"\n",
"\n",
Expand Down

0 comments on commit f5b37e3

Please sign in to comment.