Skip to content

Commit

Permalink
MAINT: kwards --> kwargs in parsers.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyoung authored Jul 24, 2017
1 parent 811bcbc commit e7c10bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/parsers.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ cdef class TextReader:
while self.buffer_lines * 2< heuristic:
self.buffer_lines *= 2

def __init__(self, *args, **kwards):
def __init__(self, *args, **kwargs):
pass

def __dealloc__(self):
Expand Down

0 comments on commit e7c10bb

Please sign in to comment.