From 349eddcb7fbe525aa70d0a18eff12fc398b1ee1b Mon Sep 17 00:00:00 2001 From: Kanishk Pachauri Date: Sat, 28 Sep 2024 11:11:29 +0530 Subject: [PATCH] docs: fix the documentation typo on Extend Functionality page. (#2773) --- docs/extend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend.rst b/docs/extend.rst index 940e783e1..6dc107e3b 100644 --- a/docs/extend.rst +++ b/docs/extend.rst @@ -10,7 +10,7 @@ Extend functionality Python discovery ---------------- -The python discovery mechanism is a component that needs to answer the following answer: based on some type of user +The python discovery mechanism is a component that needs to answer the following question: based on some type of user input give me a Python interpreter on the machine that matches that. The builtin interpreter tries to discover an installed Python interpreter (based on PEP-515 and ``PATH`` discovery) on the users machine where the user input is a python specification. An alternative such discovery mechanism for example would be to use the popular