From df808d6f3fe3b764a25e773e53106d3dc7d510bd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 21 2015 10:09:21 +0000 Subject: Correct typo in the docstring of get_repo_path --- diff --git a/pagure/__init__.py b/pagure/__init__.py index d4983b4..977f3eb 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -386,7 +386,7 @@ def __get_file_in_tree(repo_obj, tree, filepath): def get_repo_path(repo): - """ Return the pat of the git repository corresponding to the provided + """ Return the path of the git repository corresponding to the provided Repository object from the DB. """ if repo.is_fork: