Skip to content

Commit d92ad54

Browse files
RajuGujjalapatioroulet
authored andcommitted
Update event_generator.py Typo Error
Found the small type error while reading the code.
1 parent 6ce8254 commit d92ad54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opcua/server/event_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class EventGenerator(object):
1515
"""
1616
Create an event based on an event type. Per default is BaseEventType used.
1717
Object members are dynamically created from the base event type and send to
18-
client when evebt is triggered (see example code in source)
18+
client when event is triggered (see example code in source)
1919
2020
Arguments to constructor are:
2121

0 commit comments

Comments
 (0)