Skip to content

Commit

Permalink
docs: fix Linux user_log_dir example in README (#245)
Browse files Browse the repository at this point in the history
Make it reflect #106.
  • Loading branch information
dbohdan authored Dec 4, 2023
1 parent 031537b commit d081b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ On Linux:
>>> user_cache_dir(appname, appauthor)
'/home/trentm/.cache/SuperApp'
>>> user_log_dir(appname, appauthor)
'/home/trentm/.cache/SuperApp/log'
'/home/trentm/.local/state/SuperApp/log'
>>> user_config_dir(appname)
'/home/trentm/.config/SuperApp'
>>> user_documents_dir()
Expand Down

0 comments on commit d081b27

Please sign in to comment.