diff --git a/spras/config.py b/spras/config.py index 554198b5..3fad39e9 100644 --- a/spras/config.py +++ b/spras/config.py @@ -70,7 +70,7 @@ def __init__(self, raw_config): self.unpack_singularity = False # A dictionary to store configured datasets against which SPRAS will be run self.datasets = None - # A dictionary to store configured gold standard data against ouptut of SPRAS runs + # A dictionary to store configured gold standard data against output of SPRAS runs self.gold_standards = None # The hash length SPRAS will use to identify parameter combinations. Default is 7 self.hash_length = DEFAULT_HASH_LENGTH