From af53435fbf253296d4be78fb4324062bf8ce3777 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 05 2018 15:04:31 +0000 Subject: Fix typo in docstring Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/lib/model.py b/pagure/lib/model.py index 57915dd..f95779b 100644 --- a/pagure/lib/model.py +++ b/pagure/lib/model.py @@ -1948,7 +1948,7 @@ class PullRequestComment(BASE): @property def mail_id(self): - ''' Return a unique reprensetation of the issue as string that + ''' Return a unique representation of the issue as string that can be used when sending emails. ''' return '%s-pull-request-%s-%s' % (