Skip to content

Commit fb36a40

Browse files
committed
Make documentation a little more general to accurately cover Windows.
1 parent 2a594ce commit fb36a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.path.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ the :mod:`glob` module.)
364364
The *strict* parameter was added.
365365

366366
.. versionchanged:: 3.10
367-
Raises :exc:`OSError` with :const:`~errno.ELOOP` when a symbolic link
368-
cycle occurs. Previously returned one member of the cycle.
367+
Raises :exc:`OSError` when a symbolic link cycle occurs. Previously
368+
returned one member of the cycle.
369369

370370

371371
.. function:: relpath(path, start=os.curdir)

0 commit comments

Comments
 (0)