From 46d6adc1e21a781b612470e21bbd3472446d7e8e Mon Sep 17 00:00:00 2001
From: Yutian Li <hotpxless@gmail.com>
Date: Sun, 31 Mar 2024 15:38:21 -0400
Subject: [PATCH] Update Python virtualenvwrapper documentation

---
 modules/python/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/python/README.md b/modules/python/README.md
index 2e3b2eec..821209af 100644
--- a/modules/python/README.md
+++ b/modules/python/README.md
@@ -13,7 +13,7 @@ disable _virtualenvwrapper_, add the following to
 _`${ZDOTDIR:-$HOME}/.zpreztorc`_.
 
 ```sh
-zstyle ':prezto:module:python' skip-virtualenvwrapper-init 'on'
+zstyle ':prezto:module:python:virtualenv' initialize 'no'
 ```
 
 Conda support can be enabled by adding the following to