From 82fc9fbe449fcd7015f46f59b4b0196f0b7aa72b Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Thu, 3 Oct 2019 09:23:51 -0500 Subject: [PATCH] Fix typo in weather docs (#763) --- i3pystatus/weather/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/weather/__init__.py b/i3pystatus/weather/__init__.py index a8931fa..6c24428 100644 --- a/i3pystatus/weather/__init__.py +++ b/i3pystatus/weather/__init__.py @@ -125,7 +125,7 @@ class Weather(IntervalModule): 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 next to the forecast to alert you to the error. The error message will (by - default be logged to ``~/li3pystatus-`` where ```` is the PID of + default be logged to ``~/.i3pystatus-`` where ```` is the PID of 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 in your home directory. Additionally, using the ``DEBUG`` log level can