summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorMike Hucka <mhucka@caltech.edu>2022-08-12 10:10:46 -0700
committerGitHub <noreply@github.com>2022-08-12 10:10:46 -0700
commit8b526273e092085a386c4d2b5ea840c1b97d77f5 (patch)
tree503e5727f528f57e816912273f19d2a2fdfe63f8 /docs/userguide
parent490d640526fc9d7a8cd59939d9904709eac041b6 (diff)
downloadpython-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.
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/development_mode.rst4
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*