X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/5d58ac8166e024c88f70a62d4fcd6db70fa83380..69da38d5dc9e958bffd49015f163d963eba841c5:/philo/contrib/winer/exceptions.py diff --git a/philo/contrib/winer/exceptions.py b/philo/contrib/winer/exceptions.py index 96b96ed..e2045f9 100644 --- a/philo/contrib/winer/exceptions.py +++ b/philo/contrib/winer/exceptions.py @@ -1,3 +1,3 @@ class HttpNotAcceptable(Exception): - """This will be raised if an Http-Accept header will not accept the feed content types that are available.""" + """This will be raised in :meth:`.FeedView.get_feed_type` if an Http-Accept header will not accept any of the feed content types that are available.""" pass \ No newline at end of file