This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alex, barry, eric.araujo, jwilk, r.david.murray, terry.reedy
Date 2014-03-13.05:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394687757.33.0.144064389009.issue18217@psf.upfronthosting.co.za>
In-reply-to
Content
> The doc for NullTranslations.install needs the erroneous '()'s removed to make clear
> that the bindings are to bound methods and not the result of calls to bound methods.
> Ie, self.gettest() should be just self.gettext.

The source contains :meth:`self.gettext`, and Sphinx adds the parentheses when creating markup for a function, probably because it’s common to say things like “the len() function”.  There is a Sphinx config value to control that.  If one wants to keep the parens for most functions but not have them in a few cases, other markup than :meth:/:func: has to be used.
History
Date User Action Args
2014-03-13 05:15:57eric.araujosetrecipients: + eric.araujo, barry, terry.reedy, jwilk, alex, r.david.murray
2014-03-13 05:15:57eric.araujosetmessageid: <1394687757.33.0.144064389009.issue18217@psf.upfronthosting.co.za>
2014-03-13 05:15:57eric.araujolinkissue18217 messages
2014-03-13 05:15:57eric.araujocreate