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
[3.8] bpo-41824: Fix indentation issue in ForwardRef docs #24495
Conversation
@gvanrossum I'm really sorry, I didn't notice that I didn't indent the rST directive with 3 spaces. On sphinx 3 this causes the docs to render weirdly. Edit: The 3.9 branch isn't affected, neither is the 3.10/main one. |
Thanks @Fidget-Spinner for the PR, and @gvanrossum for merging it |
@gvanrossum: Please replace |
Sorry, @Fidget-Spinner and @gvanrossum, I could not cleanly backport this to |
Sorry @Fidget-Spinner and @gvanrossum, I had trouble checking out the |
Sorry, @Fidget-Spinner and @gvanrossum, I could not cleanly backport this to |
This doesn't need backporting - it only affected the 3.8 branch :). Thanks for your help Guido! |
Introduced by c8a48c6.
https://bugs.python.org/issue41824