diff options
author | Mike Hucka <mhucka@caltech.edu> | 2022-08-12 10:10:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 10:10:46 -0700 |
commit | 8b526273e092085a386c4d2b5ea840c1b97d77f5 (patch) | |
tree | 503e5727f528f57e816912273f19d2a2fdfe63f8 | |
parent | 490d640526fc9d7a8cd59939d9904709eac041b6 (diff) | |
download | python-setuptools-git-8b526273e092085a386c4d2b5ea840c1b97d77f5.tar.gz |
Remove question mark
The heading "How editable installations work?" either contains a typo (the question mark should be omitted), or else the question as written is missing a word (it should be "How **do** editable installations work?"). This commit removes the question mark.
-rw-r--r-- | docs/userguide/development_mode.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst index ddf9a3f4..d2d5c705 100644 --- a/docs/userguide/development_mode.rst +++ b/docs/userguide/development_mode.rst @@ -200,8 +200,8 @@ This *may* cause the installer (e.g. ``pip``) to effectively run the "legacy" installation command: ``python setup.py develop`` [#installer]_. -How editable installations work? --------------------------------- +How editable installations work +------------------------------- *Advanced topic* |