config.rst: Remove extraneous for

This commit is contained in:
Jordyn 2023-01-21 22:08:03 -06:00 committed by GitHub
parent 6c06a18f8b
commit 7f3f522973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.