8000 syntax highlight last example in README · pramodtoraskar/client_python@d0cf20f · GitHub
[go: up one dir, main page]

Skip to content

Commit d0cf20f

Browse files
committed
syntax highlight last example in README
1 parent 31d671b commit d0cf20f

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
@@ -329,7 +329,7 @@ This is intended for advanced use cases where you have servers
329329
exposing Prometheus metrics and need to get them into some other
330330
system.
331331

332-
```
< 4B68 code>332+
```python
333333
from prometheus_client.parser import text_string_to_metric_families
334334
for family in text_string_to_metric_families("my_gauge 1.0\n"):
335335
for sample in family.samples:

0 commit comments

Comments
 (0)
0