We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2e4e5 commit b3d71eeCopy full SHA for b3d71ee
fgpyo/util/metric.py
@@ -11,7 +11,7 @@
11
The :class:`~fgpyo.util.metric.Metric` class makes it easy to read, write, and store one or metrics
12
of the same type, all the while preserving types for each value in a metric. It is an abstract
13
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
+`@attr.s <https://www.attrs.org/en/stable/examples.html>`_, with attributes storing one or more typed
15
values.
16
17
Examples
0 commit comments