diff -r dd67c8c53aea Doc/library/os.rst --- a/Doc/library/os.rst Mon Dec 07 02:31:11 2015 +0200 +++ b/Doc/library/os.rst Sun Dec 27 10:05:13 2015 +0530 @@ -1789,7 +1789,7 @@ be raised; on Unix, the directory entry is removed but the storage allocated to the file is not made available until the original file is no longer in use. - This function is identical to :func:`unlink`. + This function is semantically identical to :func:`unlink`. .. versionadded:: 3.3 The *dir_fd* argument.