Skip to content

Commit 0c1e67f

Browse files
committed
English is hard
1 parent 5ff2dea commit 0c1e67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def verify_code(self, code_object, *, bytecode_written=False):
801801
data.extend(self.init._pack_uint32(0))
802802
data.extend(self.init._pack_uint32(self.loader.source_mtime))
803803
data.extend(self.init._pack_uint32(self.loader.source_size))
804-
# Make sure theres > 1 reference to code_object so that the
804+
# Make sure there's > 1 reference to code_object so that the
805805
# marshaled representation below matches the cached representation
806806
l = [code_object]
807807
data.extend(marshal.dumps(code_object))

0 commit comments

Comments
 (0)