Skip to content

Commit 19a390e

Browse files
author
Rick Riehle
committed
Typos
1 parent d6b8fb9 commit 19a390e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/Session09.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,12 @@
342342
"cell_type": "markdown",
343343
"metadata": {},
344344
"source": [
345-
"### That was easy, the syntax clear, but I now have a value for x in my_class that is out of range. Oh oh! The internal consistancy of my object has been violated! Mayhem insues...."
345+
"### That was easy, the syntax clear, but I now have a value for x in my_class that is out of range: x should never be equal to or greater than 9! Oh no! The internal consistancy of my object has been violated! Mayhem ensues...."
346346
]
347347
},
348348
{
349349
"cell_type": "code",
350-
"execution_count": 20,
350+
"execution_count": 64,
351351
"metadata": {
352352
"collapsed": false
353353
},
@@ -358,7 +358,7 @@
358358
"9"
359359
]
360360
},
361-
"execution_count": 20,
361+
"execution_count": 64,
362362
"metadata": {},
363363
"output_type": "execute_result"
364364
}

0 commit comments

Comments
 (0)