Fix typo in weather docs (#763)
This commit is contained in:
parent
4bafdd6901
commit
82fc9fbe44
@ -125,7 +125,7 @@ class Weather(IntervalModule):
|
|||||||
If an error is encountered while updating, the ``{update_error}`` formatter
|
If an error is encountered while updating, the ``{update_error}`` formatter
|
||||||
will be set, and (provided it is in your ``format`` string) will show up
|
will be set, and (provided it is in your ``format`` string) will show up
|
||||||
next to the forecast to alert you to the error. The error message will (by
|
next to the forecast to alert you to the error. The error message will (by
|
||||||
default be logged to ``~/li3pystatus-<pid>`` where ``<pid>`` is the PID of
|
default be logged to ``~/.i3pystatus-<pid>`` where ``<pid>`` is the PID of
|
||||||
the update thread. However, it may be more convenient to manually set the
|
the update thread. However, it may be more convenient to manually set the
|
||||||
logfile to make the location of the log data predictable and avoid clutter
|
logfile to make the location of the log data predictable and avoid clutter
|
||||||
in your home directory. Additionally, using the ``DEBUG`` log level can
|
in your home directory. Additionally, using the ``DEBUG`` log level can
|
||||||
|
Loading…
Reference in New Issue
Block a user