Skip to content

Commit 6ba1bf4

Browse files
author
Ben Kandel
committed
lint
1 parent cdb4f67 commit 6ba1bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/parser.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ cdef class TextReader:
716716
# e.g., if header=3 and file only has 2 lines
717717
elif (self.parser.lines < hr + 1
718718
and not isinstance(self.orig_header, list)) or (
719-
self.parser.lines < hr):
719+
self.parser.lines < hr):
720720
msg = self.orig_header
721721
if isinstance(msg, list):
722722
msg = "[%s], len of %d," % (

0 commit comments

Comments
 (0)