diff --git a/website/docs/segments/languages/python.mdx b/website/docs/segments/languages/python.mdx index 2d78dc82..59302983 100644 --- a/website/docs/segments/languages/python.mdx +++ b/website/docs/segments/languages/python.mdx @@ -33,7 +33,7 @@ import Config from "@site/src/components/Config.js"; | `display_default` | `boolean` | `true` | show the name of the virtualenv when it's default (`system`, `base`) or not | | `fetch_version` | `boolean` | `true` | fetch the python version | | `missing_command_text` | `string` | | text to display when the command is missing | -| `display_mode` | `string` | `context` | | +| `display_mode` | `string` | `environment` | | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `extensions` | `[]string` | `*.py, *.ipynb, pyproject.toml, venv.bak` | allows to override the default list of file extensions to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |