Skip to content

Commit 22cdc7f

Browse files
committed
Fix typos in 06-functions
Fixes #5
1 parent 27bd7d6 commit 22cdc7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

06-functions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"## Tidying up\n",
317317
"\n",
318318
"Now that we know how to wrap bits of code up in functions,\n",
319-
"we can make our inflammation analyasis easier to read and easier to reuse.\n",
319+
"we can make our analysis easier to read and easier to reuse.\n",
320320
"First, let's make an `analyze` function that generates our plots:"
321321
]
322322
},
@@ -946,7 +946,7 @@
946946
"name": "python",
947947
"nbconvert_exporter": "python",
948948
"pygments_lexer": "ipython2",
949-
"version": "2.7.10"
949+
"version": "2.7.11"
950950
}
951951
},
952952
"nbformat": 4,

0 commit comments

Comments
 (0)