Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7085434

Browse files
committed
Merge pull request rasbt#11 from simplydragons/master
Fixed 2 typos (1 important)
2 parents 4875e13 + 623012b commit 7085434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/scope_resolution_legb_rule.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"source": [
254254
"### Tip:\n",
255255
"If we want to print out the dictionary mapping of the global and local variables, we can use the\n",
256-
"the functions `global()` and `local()"
256+
"the functions `global()` and `local()`"
257257
]
258258
},
259259
{
@@ -951,7 +951,7 @@
951951
"cell_type": "code",
952952
"collapsed": false,
953953
"input": [
954-
"print('Example 1.2:', chr(int('01100001',2)))"
954+
"print('Example 1.2:', chr(int('01100010',2)))"
955955
],
956956
"language": "python",
957957
"metadata": {},
@@ -1145,4 +1145,4 @@
11451145
"metadata": {}
11461146
}
11471147
]
1148-
}
1148+
}

0 commit comments

Comments
 (0)