summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-03-20 12:16:03 +0000
committerMaxime “pep” Buquet <pep@bouah.net>2019-03-20 12:16:03 +0000
commit86ee25491cbfc88a0d63cc9e26621fe86f8a4196 (patch)
tree23938113f59f36419f0da489315a1cc256ae1116 /poezio/core/handlers.py
parent5eb3e36b615f5e8a41e62fe78f63b14c010af476 (diff)
downloadpoezio-86ee25491cbfc88a0d63cc9e26621fe86f8a4196.tar.gz
poezio-86ee25491cbfc88a0d63cc9e26621fe86f8a4196.tar.bz2
poezio-86ee25491cbfc88a0d63cc9e26621fe86f8a4196.tar.xz
poezio-86ee25491cbfc88a0d63cc9e26621fe86f8a4196.zip
's/an user/a user/g'
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index 95fa6a48..a947917b 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -472,7 +472,7 @@ class HandlerCore:
def on_nick_received(self, message):
"""
- Called when a pep notification for an user nickname
+ Called when a pep notification for a user nickname
is received
"""
contact = roster[message['from'].bare]
@@ -527,7 +527,7 @@ class HandlerCore:
def on_mood_event(self, message):
"""
- Called when a pep notification for an user mood
+ Called when a pep notification for a user mood
is received.
"""
contact = roster[message['from'].bare]
@@ -565,7 +565,7 @@ class HandlerCore:
def on_activity_event(self, message):
"""
- Called when a pep notification for an user activity
+ Called when a pep notification for a user activity
is received.
"""
contact = roster[message['from'].bare]
@@ -611,7 +611,7 @@ class HandlerCore:
def on_tune_event(self, message):
"""
- Called when a pep notification for an user tune
+ Called when a pep notification for a user tune
is received
"""
contact = roster[message['from'].bare]