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

Skip to content

Commit 8b6a137

Browse files
committed
contain method
1 parent 163058f commit 8b6a137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/key_differences_between_python_2_and_3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:a91d66ae5e233f325b262961102505a8bdaee3ad1a251f061dee9cd68c0aaeac"
4+
"signature": "sha256:6381ed57a43484d7eb056ed84635101d586f95e11bbc8904b58f8d2c3c5693c3"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -900,7 +900,7 @@
900900
"cell_type": "markdown",
901901
"metadata": {},
902902
"source": [
903-
"Another thing worth mentioning is that `range` got a \"new\" `__contains__` method in Python 3.x (thanks to [yegle](), who pointed this out). The `__contains__` method can speedup \"look-ups\" in Python 3.x `range` significantly for integer and bolean types.\n"
903+
"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"
904904
]
905905
},
906906
{

0 commit comments

Comments
 (0)