Issue 5254: Formatting error in "findertools" header (original) (raw)
Issue5254
Created on 2009-02-13 21:18 by adamvan, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg81972 - (view) | Author: Adam Vandenberg (adamvan) | Date: 2009-02-13 21:18 |
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. | ||
msg89762 - (view) | Author: Ezio Melotti (ezio.melotti) * ![]() |
Date: 2009-06-28 01:18 |
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 ’. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:45 | admin | set | github: 49504 |
2009-06-28 17:35:53 | ezio.melotti | set | status: pending -> closed |
2009-06-28 01🔞22 | ezio.melotti | set | status: open -> pendingnosy: + ezio.melottimessages: + resolution: not a bug |
2009-02-13 21🔞24 | adamvan | create |