Skip to content

Commit b5535d0

Browse files
committed
Missed line...
1 parent e485595 commit b5535d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_bytes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2624,7 +2624,7 @@ def zfill(b, a):
26242624

26252625
def take_bytes(b, a):
26262626
b.wait()
2627-
c = b.take_bytes()
2627+
c = a.take_bytes()
26282628
assert not c or c[0] == 48 # '0'
26292629

26302630
def check(funcs, a=None, *args):

0 commit comments

Comments
 (0)