tox-dev / platformdirs

A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
https://platformdirs.readthedocs.io
MIT License
578 stars 50 forks source link

README.rst problematic phrasing #136

Open ThomasWaldmann opened 1 year ago

ThomasWaldmann commented 1 year ago

It talks about "... location to store user data and configuration ..." and then shows examples for misc. platforms.

This is problematic as the location for data might be different than for configuration (or it might be the same, depending on the platform and environment settings).

So I'ld suggest to just talk about "user data" there to be more specific and less ambiguous/confusing (and not talk about configuration (config files)).

gaborbernat commented 1 year ago

PR welcome.