Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Oct 8, 2023

This commit removes a ':'. I believe the extra colon causes a display error.

What I believe to be an error:
Above this expression
round(math.pi, ndigits=2) == round(22 / 7, ndigits=2)
the page displays .. doctest::.

What I observed:
After I remove the extra colon, the page does not display .. doctest::
(cherry picked from commit 8e56d55)

Co-authored-by: zipperer 47086307+zipperer@users.noreply.github.com


📚 Documentation preview 📚: https://cpython-previews--110513.org.readthedocs.build/

This commit removes a ':'. I believe the extra colon causes a display error. What I believe to be an error: Above this expression `round(math.pi, ndigits=2) == round(22 / 7, ndigits=2)` the page displays `.. doctest::`. What I observed: After I remove the extra colon, the page does not display `.. doctest::` (cherry picked from commit 8e56d55) Co-authored-by: zipperer <47086307+zipperer@users.noreply.github.com>
@bedevere-appbedevere-appbot added docs Documentation in the Doc dir skip news awaiting review labels Oct 8, 2023
@bedevere-appbedevere-appbot mentioned this pull request Oct 8, 2023
@JelleZijlstraJelleZijlstra self-assigned this Oct 8, 2023
@JelleZijlstraJelleZijlstra enabled auto-merge (squash) October 8, 2023 00:08
@JelleZijlstraJelleZijlstra merged commit 96e42d2 into python:3.12Oct 8, 2023
@miss-islingtonmiss-islington deleted the backport-8e56d55-3.12 branch October 8, 2023 00:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip issueskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@JelleZijlstra@zipperer