From 0f09e07d1ac43457853cc495bc5569707a837f9c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 28 Feb 2021 21:02:19 -0800 Subject: Make sentence general by removing explicit commands. --- docs/narr/paste.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/narr/paste.rst b/docs/narr/paste.rst index e198176d4..d579c7625 100644 --- a/docs/narr/paste.rst +++ b/docs/narr/paste.rst @@ -68,8 +68,8 @@ path, which refers to a callable in our ``myproject`` package's ``__init__.py`` module. The ``egg:`` prefix in ``egg:myproject`` indicates that this is an entry point -*URI* specifier, where the "scheme" is "egg". An "egg" is created when you run -``setup.py install`` or ``setup.py develop`` within your project. +*URI* specifier, where the "scheme" is "egg". +An "egg" is created when you install your project. In English, this entry point can thus be referred to as a "PasteDeploy application factory in the ``myproject`` project which has the entry point -- cgit v1.2.3