Skip to content

Commit 47903c3

Browse files
committed
fix
1 parent a1de7d9 commit 47903c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fgpyo/util/metric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def read(
223223
Args:
224224
path: the path to the metrics file.
225225
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,
226+
strip_whitespace: True to strip leading and trailing whitespace from each field,
227227
False to keep as-is.
228228
"""
229229
parsers = cls._parsers()

0 commit comments

Comments
 (0)