Skip to content

Commit d809a63

Browse files
committed
finally blocks
1 parent 381c1d1 commit d809a63

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.ipynb_checkpoints/not_so_obvious_python_stuff-checkpoint.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:df40791be1e08052b49de55275b6025defd84acad805842af17f14781fca9db3"
4+
"signature": "sha256:c2f36b6a79c6740b2b52e82eb8c119ab067899c10a16af7a9d8b824903def4ed"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -41,7 +41,7 @@
4141
"<hr>\n",
4242
"I am really looking forward to your comments and suggestions to improve and \n",
4343
"extend this little collection! Just send me a quick note \n",
44-
"via Twitter: [@rasbt](https://twitter.com/rasbt) \n",
44+
"via Twitter: [&#64;rasbt](https://twitter.com/rasbt) \n",
4545
"or Email: [[email protected]](mailto:[email protected])\n",
4646
"<hr>"
4747
]
@@ -2689,7 +2689,7 @@
26892689
"cell_type": "markdown",
26902690
"metadata": {},
26912691
"source": [
2692-
"# Abortive statements in `finally` blocks"
2692+
"## Abortive statements in `finally` blocks"
26932693
]
26942694
},
26952695
{

not_so_obvious_python_stuff.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:df40791be1e08052b49de55275b6025defd84acad805842af17f14781fca9db3"
4+
"signature": "sha256:c2f36b6a79c6740b2b52e82eb8c119ab067899c10a16af7a9d8b824903def4ed"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -41,7 +41,7 @@
4141
"<hr>\n",
4242
"I am really looking forward to your comments and suggestions to improve and \n",
4343
"extend this little collection! Just send me a quick note \n",
44-
"via Twitter: [@rasbt](https://twitter.com/rasbt) \n",
44+
"via Twitter: [&#64;rasbt](https://twitter.com/rasbt) \n",
4545
"or Email: [[email protected]](mailto:[email protected])\n",
4646
"<hr>"
4747
]
@@ -2689,7 +2689,7 @@
26892689
"cell_type": "markdown",
26902690
"metadata": {},
26912691
"source": [
2692-
"# Abortive statements in `finally` blocks"
2692+
"## Abortive statements in `finally` blocks"
26932693
]
26942694
},
26952695
{

0 commit comments

Comments
 (0)