diff --git a/spyglass/data_extractor/plugins/tugboat/tugboat.py b/spyglass/data_extractor/plugins/tugboat/tugboat.py index 71144a8..b2829e1 100644 --- a/spyglass/data_extractor/plugins/tugboat/tugboat.py +++ b/spyglass/data_extractor/plugins/tugboat/tugboat.py @@ -42,7 +42,7 @@ class TugboatPlugin(BaseDataSourcePlugin): def set_config_opts(self, conf): """ - Placeholder to set confgiuration options + Placeholder to set configuration options specific to each plugin. :param dict conf: Configuration options as dict