Skip to content

Commit 94d1bd5

Browse files
author
韩晓亮
committed
修改语法错误
1 parent f8fe14d commit 94d1bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c08/p03_make_objects_support_context_management_protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
conn = LazyConnection(('www.python.org', 80))
101101
with conn as s1:
102102
pass
103-
with conn as s2:
103+
with conn as s2:
104104
pass
105105
# s1 and s2 are independent sockets
106106

0 commit comments

Comments
 (0)