Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Sapezhka <me@weastur.com>
  • Loading branch information
weastur committed Feb 24, 2023
1 parent d27cb27 commit 8fa9b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus_client/gc_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def collect(self) -> Iterable[Metric]:
)
uncollectable = CounterMetricFamily(
'python_gc_objects_uncollectable',
'Uncollectable object found during GC',
'Uncollectable objects found during GC',
labels=['generation'],
)

Expand Down

0 comments on commit 8fa9b2a

Please sign in to comment.