Ignore exception detail in attributeproxy doctest
This MR fixes #32 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.