aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Python-module.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Python-module.md')
-rw-r--r--docs/markdown/Python-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md
index f3ee9ff..cd2a641 100644
--- a/docs/markdown/Python-module.md
+++ b/docs/markdown/Python-module.md
@@ -18,7 +18,7 @@ compatible with [PEP-517](https://peps.python.org/pep-0517/), check out
If you are building Python extension modules against a Python interpreter
located in a venv or Conda environment, you probably want to set
-`python.install_venv=auto`;
+`python.install_env=auto`;
see [Python module options](Builtin-options.md#python-module) for details.
*Added 0.46.0*