From 342330f2f4fe666a2eb7170681ca001ee4493048 Mon Sep 17 00:00:00 2001 From: Tom Aldcroft Date: Thu, 28 Jan 2021 14:01:02 -0500 Subject: [PATCH] Clarify / fix docstring --- agasc/agasc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agasc/agasc.py b/agasc/agasc.py index 814074b3..83eb2776 100644 --- a/agasc/agasc.py +++ b/agasc/agasc.py @@ -61,11 +61,11 @@ def set_supplement_enabled(value): import agasc - # Disable use of the supplement + # Disable use of the supplement for the context block with agasc.set_supplement_enabled(False): aca = proseco.get_aca_catalog(obsid=8008) - # Allow using the supplement + # Disable use of the supplement for the function @agasc.set_supplement_enabled(False) def test_get_aca_catalog(): aca = proseco.get_aca_catalog(obsid=8008)