fix grammar

This commit is contained in:
Marcell Kovács 2023-02-07 18:02:24 +01:00
parent 0a7faff2b9
commit 0ec3741ef8
No known key found for this signature in database
10 changed files with 13 additions and 13 deletions

View file

@ -20,7 +20,7 @@ LOG = LazyLogger(__name__)
def callback(message, data):
''' Callback function should received message, data
''' Callback function should receive message, data
message: string
data: json dictionary
'''