Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: path functions ignore trailing slashes #12181

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Simplify sentence
  • Loading branch information
tniessen committed Apr 5, 2017
commit 3118594c4928687a1370139f6aba78ea8b188d4e
5 changes: 2 additions & 3 deletions doc/api/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,8 @@ On Windows:
```

*Note*: On Windows, both the forward slash (`/`) and backward slash (`\`) are
accepted as path segment separators; however, if separators are to be added by
Windows-specific implementations of the `path` methods, only the backward slash
(`\`) will be used.
accepted as path segment separators; however, the `path` methods only add
backward slashes (`\`).

## path.win32
<!-- YAML
Expand Down