Skip to content

Commit 2a39268

Browse files
authored
Specify os.path.join example to Linux
1 parent a1d754f commit 2a39268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ the :mod:`glob` module.)
364364

365365
If a segment is an absolute path (which on Windows requires both a drive and
366366
a root), then all previous segments are ignored and joining continues from the
367-
absolute path segment. For example::
367+
absolute path segment. On Linux, for example::
368368

369369
>>> os.path.join('/home/foo', 'bar')
370370
'/home/foo/bar'

0 commit comments

Comments
 (0)