Skip to content

Commit

Permalink
Minor spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Nov 21, 2024
1 parent 3d7a15f commit 1300531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lesson_0_comments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand All @@ -40,7 +40,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -55,7 +55,7 @@
],
"source": [
"# Go ahead and change the comments.\n",
"# See how python uses them as arguments.s\n",
"# See how python uses them as arguments.\n",
"\n",
"result = add() # 1 2\n",
"print(result)\n",
Expand Down

0 comments on commit 1300531

Please sign in to comment.