diff --git a/hshetl/jobs.py b/hshetl/jobs.py
index 97076084bab1aa5138ff071ae67d0d790559ac2b..e0e8e33ff97e75275c56e9a10796d132c6381ab1 100644
--- a/hshetl/jobs.py
+++ b/hshetl/jobs.py
@@ -485,7 +485,7 @@ class TransformerJob(EntityJob, ConnectorJob):
:param target: The reference to the target data container of the entity - normally defined with the name of a :class:`.ExtractionJob` or :class:`.TransformerJob`.
:param **kwargs: Accepts parameters from :class:`.EntityJob`, :class:`.ConnectorJob` and :class:`.Job`.
- :type transformer: :class:`hshetl.transformers.AbstractTransformer`
+ :type transformer: :class:`hshetl.transformers.CompareTransformer` or :class:`hshetl.transformers.PropertiesTransformer`
:type name: unicode
:type source: unicode
:type target: unicode