From b42ff672f74ce33ccf001ab242cd39d28295ecc9 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 16 Feb 2020 18:45:06 +0800 Subject: [PATCH] Correct a typo in pyblish_qml/models.py --- pyblish_qml/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyblish_qml/models.py b/pyblish_qml/models.py index 2f4c75b5..1190c765 100644 --- a/pyblish_qml/models.py +++ b/pyblish_qml/models.py @@ -108,7 +108,7 @@ class PropertyType(type(QtCore.QObject)): def __new__(cls, name, bases, attrs): """Convert class properties into pyqtProperties - For use in conjuction with the :func:Item factory function. + For use in conjunction with the :func:Item factory function. """