From eb971dbd76241bc026a0c3f69eeeb88ed1688227 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 15 2016 11:38:50 +0000 Subject: Fix typo in the doc as pointed out by @farhaan --- diff --git a/pagure/ui/issues.py b/pagure/ui/issues.py index b2e9f02..d58a2f8 100644 --- a/pagure/ui/issues.py +++ b/pagure/ui/issues.py @@ -251,8 +251,8 @@ def update_issue(repo, issueid, username=None, namespace=None): if message and not is_js: messages.add(message) - # The status field can be updated by bot the admin and the person - # who opened the ticket. + # The status field can be updated by bot hthe admin and the + # person who opened the ticket. # Update status if repo_admin or flask.g.fas_user.username == issue.user.user: if new_status in status: