From fbaf73b3a390864bed356dd1a60f0b7cb64132ab Mon Sep 17 00:00:00 2001 From: Evgeny Kovalchuk Date: Sat, 9 Oct 2021 08:57:05 +0300 Subject: [PATCH] Replace appdirs with platformdirs in docs --- docs/cli_interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli_interface.rst b/docs/cli_interface.rst index a77c53c20..71260292c 100644 --- a/docs/cli_interface.rst +++ b/docs/cli_interface.rst @@ -33,7 +33,7 @@ Configuration file ^^^^^^^^^^^^^^^^^^ virtualenv looks for a standard ini configuration file. The exact location depends on the operating system you're using, -as determined by :pypi:`appdirs` application configuration definition. The configuration file location is printed as at +as determined by :pypi:`platformdirs` application configuration definition. The configuration file location is printed as at the end of the output when ``--help`` is passed. The keys of the settings are derived from the command line option (left strip the ``-`` characters, and replace ``-``