Skip to content

Commit

Permalink
Clarify / fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Jan 28, 2021
1 parent 41e620b commit 342330f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agasc/agasc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 342330f

Please sign in to comment.