summaryrefslogtreecommitdiffstats
path: root/activities/models/post.py
diff options
context:
space:
mode:
Diffstat (limited to 'activities/models/post.py')
-rw-r--r--activities/models/post.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activities/models/post.py b/activities/models/post.py
index 642842c..dd82bcf 100644
--- a/activities/models/post.py
+++ b/activities/models/post.py
@@ -499,7 +499,7 @@ class Post(StatorModel):
@classmethod
def handle_delete_ap(cls, data):
"""
- Handles an incoming create request
+ Handles an incoming delete request
"""
with transaction.atomic():
# Find our post by ID if we have one