Skip to content

Commit fb2e4e5

Browse files
Update fgpyo/util/metric.py
typo Co-authored-by: Clint Valentine <[email protected]>
1 parent dbfb9b8 commit fb2e4e5

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
@@ -10,7 +10,7 @@
1010
1111
The :class:`~fgpyo.util.metric.Metric` class makes it easy to read, write, and store one or metrics
1212
of the same type, all the while preserving types for each value in a metric. It is an abstract
13-
base class decorated by `dataclassees <https://docs.python.org/3/library/dataclasses.html>`_, or
13+
base class decorated by `@dataclass <https://docs.python.org/3/library/dataclasses.html>`_, or
1414
`attr <https://www.attrs.org/en/stable/examples.html>`_, with attributes storing one or more typed
1515
values.
1616

0 commit comments

Comments
 (0)