From: Karl O. Pinc Date: Sat, 17 Nov 2018 04:52:26 +0000 (-0600) Subject: Fix docstring X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=d011abf938e9017bcc4a2e04bce0d7d20bd8fb75;p=pgwui_core Fix docstring --- diff --git a/src/pgwui_core/constants.py b/src/pgwui_core/constants.py index 69799ad..12007fc 100644 --- a/src/pgwui_core/constants.py +++ b/src/pgwui_core/constants.py @@ -19,7 +19,8 @@ # Karl O. Pinc # -# Constants used by the GMI pyramid programs. +'''Constants used by the PGWUI programs. +''' # The various important containers. TEST_DB = 'gombemi_test'