add whitespace around the * operator
This commit is contained in:
parent
475c788c0c
commit
16ab492b84
@ -259,8 +259,8 @@ class Network(IntervalModule, ColorRangeModule):
|
||||
* `{bytes_recv}` — bytes received per second (divided by divisor)
|
||||
* `{packets_sent}` — bytes sent per second (divided by divisor)
|
||||
* `{packets_recv}` — bytes received per second (divided by divisor)
|
||||
^ `{rx_tot_Mbytes}` — total Mbytes received
|
||||
^ `{tx_tot_Mbytes}` — total Mbytes sent
|
||||
* `{rx_tot_Mbytes}` — total Mbytes received
|
||||
* `{tx_tot_Mbytes}` — total Mbytes sent
|
||||
"""
|
||||
settings = (
|
||||
("format_up", "format string"),
|
||||
|
Loading…
Reference in New Issue
Block a user