New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix numbered lists in stdtypes.rst #10989
Fix numbered lists in stdtypes.rst #10989
Conversation
Good catch! |
@serhiy-storchaka Perhaps we can backport this to 3.7? |
Thanks @andresdelfino for the PR, and @serhiy-storchaka for merging it |
Thanks @andresdelfino for the PR, and @serhiy-storchaka for merging it |
GH-11083 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit de9e9b4) Co-authored-by: Andre Delfino <adelfino@gmail.com>
(cherry picked from commit de9e9b4) Co-authored-by: Andre Delfino <adelfino@gmail.com>
GH-11084 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit de9e9b4) Co-authored-by: Andre Delfino <adelfino@gmail.com>
(cherry picked from commit de9e9b4) Co-authored-by: Andre Delfino <adelfino@gmail.com>
Index entries don't play well with lists: after each index entry a new list is created. Fix this by having the index entries before the lists. Granted, this is not ideal.