Ignore exception detail in attributeproxy doctest
This MR fixes #32 (closed) by adding the doctest: +IGNORE_EXCEPTION_DETAIL tag to the relevant docstring line.
It's ugly (the tag is not stripped automatically in rendered help messages, etc), but it works.