Skip to content

Commit b8ff552

Browse files
authored
1 parent 780a782 commit b8ff552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/basic_meter/basic_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
This module serves as an example for a simple application using metrics.
1717
1818
It shows:
19-
- How to configure a meter passing a sateful or stateless.
19+
- How to configure a meter passing a stateful or stateless.
2020
- How to configure an exporter and how to create a controller.
21-
- How to create some metrics intruments and how to capture data with them.
21+
- How to create some metrics instruments and how to capture data with them.
2222
- How to use views to specify aggregation types for each metric instrument.
2323
"""
2424
import sys

0 commit comments

Comments
 (0)