Skip to content

Commit

Permalink
fixed sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Nov 27, 2018
1 parent 3da1aca commit b474f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/sorting/sorting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"metadata": {},
"source": [
"\n",
"**QUESTION 1.1.6**: Read [Error kinds](https://datasciprolab.readthedocs.io/en/latest/exercises/testing/testing.ipynb#Error-kinds) section in Testing. Suppose you will be the only one calling `swap`, and you suspect your program somewhere is calling swap with wrong parameters. Which kind of error would that be? Add to `swap` some appropriate _precondition checking_. "
"**QUESTION 1.1.6**: Read [Error kinds](https://datasciprolab.readthedocs.io/en/latest/exercises/testing/testing.html#Error-kinds) section in Testing. Suppose you will be the only one calling `swap`, and you suspect your program somewhere is calling swap with wrong parameters. Which kind of error would that be? Add to `swap` some appropriate _precondition checking_. "
]
},
{
Expand Down

0 comments on commit b474f2e

Please sign in to comment.