From: A. Jesse Jiryu Davis Date: Fri, 10 Apr 2015 03:43:55 +0000 (-0400) Subject: Use autoexception for QueueFull/Empty docs. X-Git-Tag: v4.2.0b1~32^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=054b8722e0db24746e849b53d745b28392e34157;p=thirdparty%2Ftornado.git Use autoexception for QueueFull/Empty docs. --- diff --git a/docs/queues.rst b/docs/queues.rst index a01ca60d8..be3644e88 100644 --- a/docs/queues.rst +++ b/docs/queues.rst @@ -107,8 +107,8 @@ QueueEmpty ^^^^^^^^^^ - .. autoclass:: QueueEmpty + .. autoexception:: QueueEmpty QueueFull ^^^^^^^^^ - .. autoclass:: QueueFull + .. autoexception:: QueueFull