We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6261102 commit 90cd82aCopy full SHA for 90cd82a
components/filesystem.rst
@@ -348,7 +348,7 @@ following rules iteratively until no further processing can be done:
348
349
- "." segments are removed;
350
- ".." segments are resolved;
351
-- backslashes ("\") are converted into forward slashes ("/");
+- backslashes ("\\") are converted into forward slashes ("/");
352
- root paths ("/" and "C:/") always terminate with a slash;
353
- non-root paths never terminate with a slash;
354
- schemes (such as "phar://") are kept;
0 commit comments