summaryrefslogtreecommitdiff
path: root/setuptools/command
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command')
-rw-r--r--setuptools/command/editable_wheel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/editable_wheel.py b/setuptools/command/editable_wheel.py
index 4110897d..f6749ed1 100644
--- a/setuptools/command/editable_wheel.py
+++ b/setuptools/command/editable_wheel.py
@@ -60,7 +60,7 @@ class _EditableMode(Enum):
Possible editable installation modes:
a) `lenient` (new files automatically added to the package - DEFAULT)
b) `strict` (requires a new installation when files are added/removed)
- c) `compat` (attempts to replicate `python setup.py develop` - DEPRECATED)
+ c) `compat` (attempts to emulate `python setup.py develop` - DEPRECATED)
"""
STRICT = "strict"