[issue5254] Formatting error in "findertools" header

2009-06-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue5254] Formatting error in "findertools" header

2009-06-27 Thread Ezio Melotti
Ezio Melotti added the comment: The original source of that page is: :mod:`findertools` --- The :program:`finder`'s Apple Events interface Apparently the ' is automatically replaced by a ‘ when Sphinx generates the doc but if it's preceded by `something` Sphinx uses ‘ instead of ’. -- n

[issue5254] Formatting error in "findertools" header

2009-02-13 Thread Adam Vandenberg
New submission from Adam Vandenberg : There is a formatting error in the "findertools" header: http://docs.python.org/library/macostools.html#module-findertools "The finder's Apple Events interface" as rendered uses the wrong-direction single quote. -- assignee: georg.brandl components: