From 1459bb4dcdc0f08463c71906952b35275be531de Mon Sep 17 00:00:00 2001 From: alvyjudy Date: Thu, 28 May 2020 14:32:49 -0400 Subject: docs: fixed mistaken explanation --- docs/userguide/entry_point.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/entry_point.txt b/docs/userguide/entry_point.txt index fe31f446..8190d8e3 100644 --- a/docs/userguide/entry_point.txt +++ b/docs/userguide/entry_point.txt @@ -69,8 +69,8 @@ The syntax for entry points is specified as follows: where ``name`` is the name for the script you want to create, the left hand side of ``:`` is the module that contains your function and the right hand side is the object you want to invoke (e.g. a function). ``type`` specifies the -type of script you want to create. ``setuptools`` currently supports either -``[console_script]`` and ``[gui_script]``. +type of entry point (pertinent to the program that exploits it). ``setuptools`` +natively supports ``[console_script]`` and ``[gui_script]``. .. note:: the syntax is not limited to ``INI`` string as demonstrated above. You can -- cgit v1.2.3