summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Kovalchuk <kovalchuk.evgeny@gmail.com>2021-10-09 12:02:35 +0300
committerGitHub <noreply@github.com>2021-10-09 10:02:35 +0100
commita40640c40181625e9fc7addc857da72ae3bb82ea (patch)
tree36c4c4d9e6a939091974a9db80e150f3fef69eaf
parent9cd075ef0b8ead2d8c2a230ab407e59406e4f819 (diff)
downloadvirtualenv-a40640c40181625e9fc7addc857da72ae3bb82ea.tar.gz
Replace appdirs with platformdirs in docs (#2210)
-rw-r--r--docs/cli_interface.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_interface.rst b/docs/cli_interface.rst
index a77c53c..7126029 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 ``-``