8000 Fix typo · draftcode/client_python@8fa9b2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fa9b2a

Browse files
author
Pavel Sapezhka
committed
Fix typo
Signed-off-by: Pavel Sapezhka <me@weastur.com>
1 parent d27cb27 commit 8fa9b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_client/gc_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def collect(self) -> Iterable[Metric]:
2222
)
2323
uncollectable = CounterMetricFamily(
2424
'python_gc_objects_uncollectable',
25-
'Uncollectable object found during GC',
25+
'Uncollectable objects found during GC',
2626
labels=['generation'],
2727
)
2828

0 commit comments

Comments
 (0)
0