8000 Merge pull request #67 from shamrin/patch-1 · Syncano/client_python@54062b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54062b7

Browse files
committed
Merge pull request prometheus#67 from shamrin/patch-1
syntax highlight last example in README
2 parents 31d671b + d0cf20f commit 54062b7

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-
```
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