summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-02 18:14:27 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-03 20:49:50 +0100
commit266c38dcfc06abf0617c5e006fbc99f265242198 (patch)
treed567682997e0a4daafd46ff7ca4c6f4c38862f1e
parent9e99099f5bfd5f61854727f265ac8dd178c6850d (diff)
downloadpython-setuptools-git-266c38dcfc06abf0617c5e006fbc99f265242198.tar.gz
Make editable mode nomenclature homogeneous
The terms being used are: lenient, strict and compat.
-rw-r--r--changelog.d/3265.change.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/3265.change.rst b/changelog.d/3265.change.rst
index ac203985..a21621e9 100644
--- a/changelog.d/3265.change.rst
+++ b/changelog.d/3265.change.rst
@@ -2,7 +2,7 @@ Added implementation for *editable install* hooks (PEP 660) - **beta** stage.
- The user will be able select between two distinct behaviors:
- - *lax*, which prioritises the ability of the users of changing the
+ - *lenient*, which prioritises the ability of the users of changing the
distributed packages (e.g. adding new files or removing old ones)
- *strict*, which will try to replicate as much as possible the behavior of