8000 correct spelling mistake (#193) · jcsdatera/client_python@1cca4ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cca4ed

Browse files
EdwardBettsbrian-brazil
authored andcommitted
correct spelling mistake (prometheus#193)
1 parent 7fb5058 commit 1cca4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_client/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def get(self):
459459
# Should we enable multi-process mode?
460460
# This needs to be chosen before the first metric is constructed,
461461
# and as that may be in some arbitrary library the user/admin has
462 526B -
# no control over we use an enviroment variable.
462+
# no control over we use an environment variable.
463463
if 'prometheus_multiproc_dir' in os.environ:
464464
_ValueClass = _MultiProcessValue()
465465
else:

0 commit comments

Comments
 (0)
0