Skip to content

Commit e7c10bb

Browse files
authored
MAINT: kwards --> kwargs in parsers.pyx
1 parent 811bcbc commit e7c10bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/parsers.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ cdef class TextReader:
566566
while self.buffer_lines * 2< heuristic:
567567
self.buffer_lines *= 2
568568

569-
def __init__(self, *args, **kwards):
569+
def __init__(self, *args, **kwargs):
570570
pass
571571

572572
def __dealloc__(self):

0 commit comments

Comments
 (0)