From 7f3f522973364c176000155ec8621efa34a0ba68 Mon Sep 17 00:00:00 2001 From: Jordyn Date: Sat, 21 Jan 2023 22:08:03 -0600 Subject: [PATCH] config.rst: Remove extraneous for --- 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 e59937dc3..b6fa8fea6 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -135,7 +135,7 @@ unexpected behavior on all popular platforms:: These substitutions remove forward and back slashes, leading dots, and control characters—all of which is a good idea on any OS. The fourth line -removes the Windows "reserved characters" (useful even on Unix for for +removes the Windows "reserved characters" (useful even on Unix for compatibility with Windows-influenced network filesystems like Samba). Trailing dots and trailing whitespace, which can cause problems on Windows clients, are also removed.