From 8b526273e092085a386c4d2b5ea840c1b97d77f5 Mon Sep 17 00:00:00 2001 From: Mike Hucka Date: Fri, 12 Aug 2022 10:10:46 -0700 Subject: [PATCH] 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. --- docs/userguide/development_mode.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst index ddf9a3f49f..d2d5c7055f 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*