diff options
author | Raymond Hettinger <python@rcn.com> | 2007-12-07 01:53:01 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2007-12-07 01:53:01 (GMT) |
commit | ba9eea5aaad8e2617c8f5b115161119bba768729 (patch) | |
tree | 3c29534950d1ce227454c5f39988ee6c0af698b5 /Doc/library/objects.rst | |
parent | 3d2f564d414a8ab766b1ea3aa86e7aee6f261f19 (diff) | |
download | cpython-ba9eea5aaad8e2617c8f5b115161119bba768729.zip cpython-ba9eea5aaad8e2617c8f5b115161119bba768729.tar.gz cpython-ba9eea5aaad8e2617c8f5b115161119bba768729.tar.bz2 |
Don't have the docs berate themselves. Keep a professional tone.
If a todo is needed, put it in the tracker.
Diffstat (limited to 'Doc/library/objects.rst')
-rw-r--r-- | Doc/library/objects.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/objects.rst b/Doc/library/objects.rst index c6cc9e4..a0e66d1 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. - |