From 90cd82a6f378f5c485bbdc015f88ffda32ade2a0 Mon Sep 17 00:00:00 2001 From: Julien Dephix Date: Tue, 8 Mar 2022 08:19:05 +0100 Subject: [PATCH] Update filesystem.rst so backslash is displayed Hi, here's my very modest contribution! Thanks --- components/filesystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/filesystem.rst b/components/filesystem.rst index 091c42c5df3..83f9c59de3f 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -348,7 +348,7 @@ following rules iteratively until no further processing can be done: - "." segments are removed; - ".." segments are resolved; -- backslashes ("\") are converted into forward slashes ("/"); +- backslashes ("\\") are converted into forward slashes ("/"); - root paths ("/" and "C:/") always terminate with a slash; - non-root paths never terminate with a slash; - schemes (such as "phar://") are kept;