diff --git a/hshetl/jobs.py b/hshetl/jobs.py index 2121cd5e07cb686620a4c8d4754872f915ee0b4a..97076084bab1aa5138ff071ae67d0d790559ac2b 100644 --- a/hshetl/jobs.py +++ b/hshetl/jobs.py @@ -197,7 +197,7 @@ class ConnectorJob(Job): :param connector: The connector used by the job. Can be None - depends on the inheriting class if required or not. :param **kwargs: Accepts parameters from :class:`.Job`. - :type connector: :class:`hshetl.connector.AbstractConnector` + :type connector: :class:`hshetl.connectors.AbstractConnector` '''