From: Raymond Hettinger Date: Fri, 7 Dec 2007 01:53:01 +0000 (+0000) Subject: Don't have the docs berate themselves. Keep a professional tone. X-Git-Tag: v2.6a1~911 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba9eea5aaad8e2617c8f5b115161119bba768729;p=python Don't have the docs berate themselves. Keep a professional tone. If a todo is needed, put it in the tracker. --- diff --git a/Doc/library/objects.rst b/Doc/library/objects.rst index c6cc9e454e..a0e66d1abb 100644 --- a/Doc/library/objects.rst +++ b/Doc/library/objects.rst @@ -25,8 +25,3 @@ from left to right. (Unary operators group from right to left, but there you have no real choice.) See :ref:`operator-summary` for the complete picture on operator priorities. -.. rubric:: Footnotes - -.. [#] Most descriptions sorely lack explanations of the exceptions that may be raised - --- this will be fixed in a future version of this manual. -