Skip to content

Commit b3d71ee

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

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
@@ -11,7 +11,7 @@
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
1313
base class decorated by `@dataclass <https://docs.python.org/3/library/dataclasses.html>`_, or
14-
`attr <https://www.attrs.org/en/stable/examples.html>`_, with attributes storing one or more typed
14+
`@attr.s <https://www.attrs.org/en/stable/examples.html>`_, with attributes storing one or more typed
1515
values.
1616
1717
Examples

0 commit comments

Comments
 (0)