From 05fdbc3cee54a8fc05250546c2986975563e22ba Mon Sep 17 00:00:00 2001 From: I-Cat Date: Wed, 8 Jul 2020 17:25:51 -0400 Subject: [PATCH] Update configuration.rst Fix extra slash --- docs/source/user/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/configuration.rst b/docs/source/user/configuration.rst index 108dd98..fe4beb8 100644 --- a/docs/source/user/configuration.rst +++ b/docs/source/user/configuration.rst @@ -44,7 +44,7 @@ The user configuration file is expected to be stored somewhere in the user's "home" directory. - On Windows the "home" directory will be something like - ``C:\\Users\sigmavirus24``, a.k.a, ``~\``. + ``C:\Users\sigmavirus24``, a.k.a, ``~\``. - On Linux and other Unix like systems (including OS X) we will look in ``~/``.