Skip to content
Snippets Groups Projects
Commit 77f8ce41 authored by schulmax's avatar schulmax
Browse files

[FIX] Minor docstring fix

A "s" was missing...
parent db1b67ee
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ class ConnectorJob(Job): ...@@ -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 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`. :param **kwargs: Accepts parameters from :class:`.Job`.
:type connector: :class:`hshetl.connector.AbstractConnector` :type connector: :class:`hshetl.connectors.AbstractConnector`
''' '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment