We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfb9b8 commit fb2e4e5Copy full SHA for fb2e4e5
fgpyo/util/metric.py
@@ -10,7 +10,7 @@
10
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 `dataclassees <https://docs.python.org/3/library/dataclasses.html>`_, or
+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
15
values.
16
0 commit comments