diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/os.path.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 58a5caf..6d3464b 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -305,7 +305,7 @@ write files see :func:`open`, and for accessing the filesystem see the .. warning:: - This function is deprecated and is removed in 3.0 in favor of + This function is deprecated and has been removed in 3.0 in favor of :func:`os.walk`. |