Skip to content

Commit f5429e9

Browse files
author
Alan Christie
committed
- Minor doc tweaks
1 parent 41c717c commit f5429e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/python/pipelines_utils/TypedColumnReader.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
"""Typed CSV reader.
1818
19-
Based on the built-in ``csv`` module, this module provides the user with
20-
the ability to load _typed_ CSV content, a CSV file with optional type
19+
Based on the built-in ``csv`` module, this Generator module provides the user
20+
with the ability to load _typed_ CSV content, a CSV file with optional type
2121
specifications provided in the header (which must be supplied).
2222
2323
Alan Christie
@@ -102,8 +102,8 @@ def convert_string(string_value):
102102

103103
class TypedColumnReader(object):
104104

105-
"""A class to handle 'typed' CSV-like files, files (normally) with a header
106-
that can include type information. This class supports
105+
"""A generator to handle 'typed' CSV-like files, files (normally)
106+
with a header that can include type information. This class supports
107107
neo4j-like column typing where field are annotated
108108
with type information. The class returns
109109
a list of values for each row in the file where, if the column header

0 commit comments

Comments
 (0)