diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-12 18:36:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 18:36:10 +0100 |
| commit | 4a3519dcf57092736e16240881e0ea3e2d2425d0 (patch) | |
| tree | 503e5727f528f57e816912273f19d2a2fdfe63f8 | |
| parent | 490d640526fc9d7a8cd59939d9904709eac041b6 (diff) | |
| parent | 29151dd20d15e6c9c2755593060169b2a4ecb90d (diff) | |
| download | python-setuptools-git-4a3519dcf57092736e16240881e0ea3e2d2425d0.tar.gz | |
Remove extraneous question mark in section heading (#3516)
| -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* |
