Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 02_activities/assignments/assignment_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -1056,7 +1056,7 @@
],
"source": [
"# Test out your code here\n",
"# Your output for the first file should be False\n",
"# Your output for the first file should be FALSE (changes this to capital letters to make sure there were changes to commit) \n",
"print(detect_problems(all_paths[0]))"
]
},
Expand Down