fixed typo

This commit is contained in:
rasbt 2014-06-15 23:40:29 -04:00
parent b262a4e06e
commit 3fdc0fc62c

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:2d1167e2155bc6be8905a13729dbbbcc240cb7281e18fac55b1c407b2d6271db"
"signature": "sha256:53ee36d6fcce5f6dbce838e41d83e62fbb143538fe3ca1b0f3cd9b5505e5d786"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -900,7 +900,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Another thing worth mentioning is that `range` got a \"new\" `__contains__` method in Python 3.x (thanks to [Yuchen Ying](https://github.com/yegle), who pointed this out). The `__contains__` method can speedup \"look-ups\" in Python 3.x `range` significantly for integer and bolean types.\n"
"Another thing worth mentioning is that `range` got a \"new\" `__contains__` method in Python 3.x (thanks to [Yuchen Ying](https://github.com/yegle), who pointed this out). The `__contains__` method can speedup \"look-ups\" in Python 3.x `range` significantly for integer and Boolean types.\n"
]
},
{