Skip to content

Commit

Permalink
Merge pull request #359 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Correct a typo in pyblish_qml/models.py
  • Loading branch information
tokejepsen authored Feb 16, 2020
2 parents 17ad653 + b42ff67 commit 18826c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblish_qml/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 18826c8

Please sign in to comment.