Added winer doc file. Improved the docstrings for FeedView from the penfield version.
[philo.git] / philo / contrib / winer / exceptions.py
index 96b96ed..e2045f9 100644 (file)
@@ -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