Skip to content
Merged
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
split sentences
  • Loading branch information
hauntsaninja committed Jan 8, 2023
commit 403ef6e09f38ef5e3a9bdb7dfba8a4425ba76e4a
4 changes: 2 additions & 2 deletions Doc/library/os.path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ the :mod:`glob` module.)

Join one or more path segments intelligently. The return value is the
concatenation of *path* and all members of *\*paths*, with exactly one
Comment thread
hauntsaninja marked this conversation as resolved.
directory separator following each non-empty part except the last, meaning
that the result will end in a separator if the last part is empty. If
directory separator following each non-empty part except the last. That is,
if the last part is empty, the result will end in a separator. If
a segment is an absolute path (which on Windows requires both a drive and a
root), then all previous segments are ignored and joining continues from the
absolute path segment.
Expand Down