Skip to content

Commit 92d63f2

Browse files
committed
Update n005.md
1 parent 4713beb commit 92d63f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

n005.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Python2有基于ASCII的str()类型,其可通过单独的unicode()函数转成
261261
1 loops, best of 3: 658 ms per loop
262262
1 loops, best of 3: 556 ms per loop
263263

264-
下面的代码证明了Python 2.x中没有`__contain__`方法:
264+
下面的代码证明了Python 2.x中没有`__contains__`方法:
265265

266266
print('Python', python_version())
267267
range.__contains__

0 commit comments

Comments
 (0)