From 93032d13a0160ce5b2f4530faacaa494815ea1c3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 03 2019 12:13:11 +0000 Subject: Fix the docstring so it matches what the function is doing Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/ui/fork.py b/pagure/ui/fork.py index 880fbd6..6f1ecce 100644 --- a/pagure/ui/fork.py +++ b/pagure/ui/fork.py @@ -229,7 +229,7 @@ def request_pulls(repo, username=None, namespace=None): "/fork////pull-request/" ) def request_pull(repo, requestid, username=None, namespace=None): - """ Create a pull request with the changes from the fork into the project. + """ View a pull request with the changes from the fork into the project. """ repo = flask.g.repo