Skip to content

Commit 5d0541c

Browse files
Added missing comma
1 parent bc74a48 commit 5d0541c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/reading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reading. Each one of these projects is a paragon of Python coding.
2828
- `Diamond <https://github.com/python-diamond/Diamond>`_
2929
Diamond is a python daemon that collects metrics
3030
and publishes them to Graphite or other backends.
31-
It is capable of collecting cpu, memory, network, i/o, load and disk metrics.
31+
It is capable of collecting cpu, memory, network, i/o, load, and disk metrics.
3232
Additionally, it features an API for implementing custom collectors
3333
for gathering metrics from almost any source.
3434

0 commit comments

Comments
 (0)