Skip to content

Commit 8709104

Browse files
authored
1 parent b2b3803 commit 8709104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_api_client/metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Metric:
3939
``Here metric_data is a list of metrics received from prometheus``
4040
4141
``# only for the first item in the list``
42-
``my_metric_object = Metric(metric_data[0], datetime.timedelta(days=10)) ``
42+
``my_metric_object = Metric(metric_data[0], datetime.timedelta(days=10))``
4343
4444
"""
4545

0 commit comments

Comments
 (0)