From decfeb355825d3ac1984c4ab32f63ce1153dea49 Mon Sep 17 00:00:00 2001 From: prasad0896 Date: Feb 18 2017 09:06:13 +0000 Subject: Update pagure/exceptions.py Fixed typos. --- diff --git a/pagure/exceptions.py b/pagure/exceptions.py index d4e7a1a..b6af6bf 100644 --- a/pagure/exceptions.py +++ b/pagure/exceptions.py @@ -37,8 +37,7 @@ class AccessLevelNotFound(PagureException): class FileNotFoundException(PagureException): - ''' Exception thrown when trying to create a repository that already - exists. + ''' Exception thrown when file is not found. ''' pass