From cdfaf7754d4d39a734cec2139f6dcff8b1b54ea5 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Wed, 15 Nov 2023 16:24:49 -0700 Subject: [PATCH] Add punctuation to sentence Co-authored-by: Kian-Tat Lim --- stack/building-with-pip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/building-with-pip.rst b/stack/building-with-pip.rst index ca6d7613..054f074e 100644 --- a/stack/building-with-pip.rst +++ b/stack/building-with-pip.rst @@ -3,7 +3,7 @@ Making Your Package pip Installable ################################### By default a science pipelines package will be configured to work with SCons and EUPS but not with ``pip``. -If the package does not include C++ code and does not depend on any of the C++ packages, such as ``afw`` or ``daf_base`` then it is possible to make the package installable with ``pip`` as well as with SCons. +If the package does not include C++ code and does not depend on any of the C++ packages, such as ``afw`` or ``daf_base``, then it is possible to make the package installable with ``pip`` as well as with SCons. .. note::