diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-11 12:34:48 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-11 12:34:48 +0100 |
commit | 2a309462fae16e52e6f68a356d0bb87cd8cade97 (patch) | |
tree | 56e6b837a87cd632b805cc000f40b40cec19911b /docs | |
parent | 5a9a3dc37551fa1482c3a95c1f5ed1318b390202 (diff) | |
download | python-setuptools-git-2a309462fae16e52e6f68a356d0bb87cd8cade97.tar.gz |
docs: Avoid refering to the strict mode as experimental
Diffstat (limited to 'docs')
-rw-r--r-- | docs/userguide/development_mode.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst index 6c2d212a..e7c755ad 100644 --- a/docs/userguide/development_mode.rst +++ b/docs/userguide/development_mode.rst @@ -118,7 +118,8 @@ by mistake otherwise your files may stop being accessible). .. note:: .. versionadded:: v64.0.0 - *Strict* mode implemented as **EXPERIMENTAL**. + Added new *strict* mode for editable installations. + The exact details of how this mode is implemented may vary. Limitations |