X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/819fc766fd18514fdd45cf514efdd91739210e62..61b73fe068172f02d6c47e2b5387161919ec9618:/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