From e5e7070cb3e2ca650b79be167bc09f39eec5c8f5 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Tue, 23 May 2023 23:20:03 +0200 Subject: [PATCH] DOC os.link is not available on Emscripten --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 83abb5d5ca1e42..f2e3378f168717 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2150,7 +2150,7 @@ features: .. audit-event:: os.link src,dst,src_dir_fd,dst_dir_fd os.link - .. availability:: Unix, Windows. + .. availability:: Unix, Windows, not Emscripten. .. versionchanged:: 3.2 Added Windows support.