Skip to content

Commit 7bf6b6f

Browse files
committed
CLN old comment
1 parent a8c261b commit 7bf6b6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/parsers.py

-2
Original file line numberDiff line numberDiff line change
@@ -2229,8 +2229,6 @@ class PythonParser(ParserBase):
22292229
def __init__(self, f, **kwds):
22302230
"""
22312231
Workhorse function for processing nested list into DataFrame
2232-
2233-
Should be replaced by np.genfromtxt eventually?
22342232
"""
22352233
ParserBase.__init__(self, kwds)
22362234

0 commit comments

Comments
 (0)