From: Neil Smith Date: Sat, 20 May 2017 19:32:56 +0000 (+0100) Subject: Fixed typo X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=736040348711b246f04e606e18eb85b54d1c475d;p=ou-summer-of-code-2017.git Fixed typo --- diff --git a/02-lifts/lifts-solution.ipynb b/02-lifts/lifts-solution.ipynb index 08e3e77..72fdb4b 100644 --- a/02-lifts/lifts-solution.ipynb +++ b/02-lifts/lifts-solution.ipynb @@ -23,7 +23,7 @@ "\n", "For instance, the sequence '^=' takes you to floor 1. \n", "\n", - "The sequence `vv^=` takes you down two floors to the sub basement (floor -2), then up one floor, and you get out in the sub-basement on floor 0.\n", + "The sequence `vv^=` takes you down two floors to the sub-sub-basement (floor -2), then up one floor, and you get out in the sub-basement on floor -1.\n", "\n", "The sequence `^^v=^=` would start on floor 0, go up two floors, then down one. The doors would then open on floor 1, but you'd stay in the lift. You'd then move up to floor 2, the doors open, and you get out on floor 2. \n", "\n",