We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1de7d9 commit 47903c3Copy full SHA for 47903c3
fgpyo/util/metric.py
@@ -223,7 +223,7 @@ def read(
223
Args:
224
path: the path to the metrics file.
225
ignore_extra_fields: True to ignore any extra columns, False to raise an exception.
226
- strip_whitespace: True to strip leading and trailing whitespace from each field,
+ strip_whitespace: True to strip leading and trailing whitespace from each field,
227
False to keep as-is.
228
"""
229
parsers = cls._parsers()
0 commit comments