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 samwyse
Recipients docs@python, samwyse
Date 2021-03-19.12:01:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616155271.78.0.879688630382.issue43556@roundup.psfhosted.org>
In-reply-to
Content
In Doc/library/ast.rst, the lineno and end_col attributes are repeated; the second set should have 'end_' prefixed to them.  Also, there's a minor indentation error in the RST file.

# diff ast.rst ast.rst~ 
78c78
<                   col_offset
---
>                         col_offset
83c83
<       :attr:`lineno`, :attr:`col_offset`, :attr:`end_lineno`, and :attr:`end_col_offset`
---
>       :attr:`lineno`, :attr:`col_offset`, :attr:`lineno`, and :attr:`col_offset`
History
Date User Action Args
2021-03-19 12:01:11samwysesetrecipients: + samwyse, docs@python
2021-03-19 12:01:11samwysesetmessageid: <1616155271.78.0.879688630382.issue43556@roundup.psfhosted.org>
2021-03-19 12:01:11samwyselinkissue43556 messages
2021-03-19 12:01:11samwysecreate