Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren.
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 592a0d9..2499962 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -81,7 +81,7 @@
* ``symlinks`` -- a Boolean value indicating whether to attempt to symlink the
Python binary (and any necessary DLLs or other binaries,
e.g. ``pythonw.exe``), rather than copying. Defaults to ``True`` on Linux and
- Unix systems, but ``False`` on Windows and Mac OS X.
+ Unix systems, but ``False`` on Windows.
* ``upgrade`` -- a Boolean value which, if True, will upgrade an existing
environment with the running Python - for use when that Python has been