10000 fix minor typo (#439) · sjs205/client_python@710f6d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 710f6d2

Browse files
tsl-karlpbrian-brazil
authored andcommitted
fix minor typo (prometheus#439)
Signed-off-by: Karl Pietrzak <karl.pietrzak@twosixlabs.com>
1 parent a8f5c80 commit 710f6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ used to predetermine the names of time series a `CollectorRegistry` exposes and
452452
thus to detect collisions and duplicate registrations.
453453

454454
Usually custom collectors do not have to implement `describe`. If `describe` is
455-
not implemented and the CollectorRegistry was created with `auto_desribe=True`
455+
not implemented and the CollectorRegistry was created with `auto_describe=True`
456456
(which is the case for the default registry) then `collect` will be called at
457457
registration time instead of `describe`. If this could cause problems, either
458458
implement a proper `describe`, or if that's not practical have `describe`

0 commit comments

Comments
 (0)
0