Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Kandel committed Nov 22, 2016
1 parent 2f64d57 commit bfe0423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/parser.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ cdef class TextReader:
start = self.parser.line_start[0]

# e.g., if header=3 and file only has 2 lines
if (self.parser.lines < hr + 1
elif (self.parser.lines < hr + 1
and not isinstance(self.orig_header, list)) or (
self.parser.lines < hr):
msg = self.orig_header
Expand Down

0 comments on commit bfe0423

Please sign in to comment.