Skip to content

Commit 879d6ec

Browse files
sethmlarsonhugovk
andauthored
Address review comments
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent cc320d1 commit 879d6ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/deprecations/pending-removal-in-future.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ although there is currently no date scheduled for their removal.
7979
* :mod:`os`: Calling :func:`os.register_at_fork` in a multi-threaded process.
8080

8181
* :mod:`os.path`: :func:`os.path.commonprefix` is deprecated, use either
82-
:func:`os.path.commonpath` or :func:`string.commonprefix` instead.
82+
:func:`os.path.commonpath` for path prefixes or
83+
:func:`string.commonprefix` for string prefixes.
8384

8485
* :class:`!pydoc.ErrorDuringImport`: A tuple value for *exc_info* parameter is
8586
deprecated, use an exception instance.

0 commit comments

Comments
 (0)