Issue 4107: Backticks still mentioned in documentation (original) (raw)

Issue4107

Created on 2008-10-12 10:03 by jamesie, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg74662 - (view) Author: (jamesie) Date: 2008-10-12 10:03
At <http://docs.python.org/dev/3.0/reference/datamodel.html#object.__repr__> the following part of the first sentence should be ommited: "and by string conversions (reverse quotes)"
msg74664 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-10-12 12:51
Thanks! Fixed in r66880.
History
Date User Action Args
2022-04-11 14:56:40 admin set github: 48357
2008-10-12 12:51:30 benjamin.peterson set status: open -> closedresolution: fixedmessages: + nosy: + benjamin.peterson
2008-10-12 10:03:39 jamesie create