Skip to content

Commit 2930eaa

Browse files
committed
Fix line length to conform to linter rules
1 parent e4dfd19 commit 2930eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/src/parser/tokenizer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ typedef struct parser_t {
159159
int64_t *line_start; // position in words for start of line
160160
int64_t *line_fields; // Number of fields in each line
161161
int64_t lines; // Number of (good) lines observed
162-
int64_t file_lines; // Number of lines observed (including bad or skipped)
162+
int64_t file_lines; // Number of lines (including bad or skipped)
163163
int64_t lines_cap; // Vector capacity
164164

165165
// Tokenizing stuff

0 commit comments

Comments
 (0)