From 638b1e740a7e91da077345981e1a7dc6b2548b64 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 26 Oct 2021 08:17:00 -0400 Subject: [PATCH] Remove duplicated : --- docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index fa3494299..642216c8f 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -159,7 +159,7 @@ path_sep_replace A string that replaces the path separator (for example, the forward slash ``/`` on Linux and MacOS, and the backward slash ``\\`` on Windows) when generating filenames with beets. -This option is related to ::ref:`replace`, but is distict from it for +This option is related to :ref:`replace`, but is distict from it for technical reasons. .. warning::