From e7c10bb8d715390c95925bf20c06e98a7eb1b234 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Sun, 23 Jul 2017 17:46:58 -0700 Subject: [PATCH] MAINT: kwards --> kwargs in parsers.pyx --- pandas/_libs/parsers.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_libs/parsers.pyx b/pandas/_libs/parsers.pyx index c512a9fd39e95..9866eff3e5f31 100644 --- a/pandas/_libs/parsers.pyx +++ b/pandas/_libs/parsers.pyx @@ -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):