Skip to content

Commit 737d1da

Browse files
authored
Document that os.link() is not available on Emscripten (GH-104822)
1 parent 87b3902 commit 737d1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ features:
21502150

21512151
.. audit-event:: os.link src,dst,src_dir_fd,dst_dir_fd os.link
21522152

2153-
.. availability:: Unix, Windows.
2153+
.. availability:: Unix, Windows, not Emscripten.
21542154

21552155
.. versionchanged:: 3.2
21562156
Added Windows support.

0 commit comments

Comments
 (0)