Skip to content

Commit 04fd085

Browse files
committed
Typo
1 parent 235f9d4 commit 04fd085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/test_tarfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4618,7 +4618,7 @@ class OffsetValidationTests(unittest.TestCase):
46184618
+ b"\xff" * 11 + SPACE
46194619
# mtime, space: 12 bytes
46204620
+ tarfile.NUL * 11 + SPACE
4621-
# chksum: 8 spaces
4621+
# chksum: 8 bytes
46224622
+ b"0011407" + tarfile.NUL
46234623
# type: 1 byte
46244624
+ tarfile.REGTYPE
@@ -4652,7 +4652,7 @@ class OffsetValidationTests(unittest.TestCase):
46524652
+ b"\xff" * 11 + SPACE
46534653
# mtime, space: 12 bytes
46544654
+ tarfile.NUL * 11 + SPACE
4655-
# chksum: 8 spaces
4655+
# chksum: 8 bytes
46564656
+ b"0011327" + tarfile.NUL
46574657
# type: 1 byte
46584658
+ tarfile.REGTYPE
@@ -4684,7 +4684,7 @@ class OffsetValidationTests(unittest.TestCase):
46844684
+ b"\xff" * 11 + SPACE
46854685
# mtime, space: 12 bytes
46864686
+ tarfile.NUL * 11 + SPACE
4687-
# chksum: 8 spaces
4687+
# chksum: 8 bytes
46884688
+ b"0010070" + tarfile.NUL
46894689
# type: 1 byte
46904690
+ tarfile.REGTYPE

0 commit comments

Comments
 (0)