summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2018-03-07 13:27:51 +0100
committerJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2018-03-07 13:31:01 +0100
commitec9b00b2269295d0393dd63ce18cd652362a4231 (patch)
treeeb613f4adbd0d3b63af52f3e7fabdac7aba28b33
parent4ae18f2fea08f44691bff8f4d73f943f530465f7 (diff)
downloadqtivi-qface-ec9b00b2269295d0393dd63ce18cd652362a4231.tar.gz
small typo
-rw-r--r--qface/idl/domain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qface/idl/domain.py b/qface/idl/domain.py
index e82aeb3..fc0ec2c 100644
--- a/qface/idl/domain.py
+++ b/qface/idl/domain.py
@@ -233,7 +233,7 @@ class TypeSymbol(NamedElement):
@property
def is_enumeration(self):
- '''checks if type is complex and insytance of type Enum'''
+ '''checks if type is complex and instance of type Enum'''
return self.is_complex and isinstance(self.reference, Enum)
@property