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 a1d754f commit 2a39268Copy full SHA for 2a39268
Doc/library/os.path.rst
@@ -364,7 +364,7 @@ the :mod:`glob` module.)
364
365
If a segment is an absolute path (which on Windows requires both a drive and
366
a root), then all previous segments are ignored and joining continues from the
367
- absolute path segment. For example::
+ absolute path segment. On Linux, for example::
368
369
>>> os.path.join('/home/foo', 'bar')
370
'/home/foo/bar'
0 commit comments