From 25ac0e0cafc6431f3b0b1b66d04e35fe3ad50865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Fri, 9 Aug 2024 16:20:09 -0700 Subject: [PATCH] Add period to end of sentence. Co-authored-by: Christophe Bedard --- doc/pip_and_pep_668.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pip_and_pep_668.rst b/doc/pip_and_pep_668.rst index 0c66b6fca..38ca6db10 100644 --- a/doc/pip_and_pep_668.rst +++ b/doc/pip_and_pep_668.rst @@ -28,7 +28,7 @@ Configure using pip.conf ------------------------ `Pip configuration files `_ can be used to set the desired behavior. -Pip checks for global configuration files in ``XDG_CONFIG_DIRS``, as well as ``/etc/pip.conf`` +Pip checks for global configuration files in ``XDG_CONFIG_DIRS``, as well as ``/etc/pip.conf``. For details on ``XDG_CONFIG_DIRS`` refer to the `XDG base directories specification `_. If you're unsure which configuration file is in use by your system, ``/etc/pip.conf`` seems like the most generic.