Skip to content

Commit d081b27

Browse files
authored
docs: fix Linux user_log_dir example in README (#245)
Make it reflect #106.
1 parent 031537b commit d081b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ On Linux:
132132
>>> user_cache_dir(appname, appauthor)
133133
'/home/trentm/.cache/SuperApp'
134134
>>> user_log_dir(appname, appauthor)
135-
'/home/trentm/.cache/SuperApp/log'
135+
'/home/trentm/.local/state/SuperApp/log'
136136
>>> user_config_dir(appname)
137137
'/home/trentm/.config/SuperApp'
138138
>>> user_documents_dir()

0 commit comments

Comments
 (0)