Skip to content
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

incorrect anchor in python3.9 #2099

Open
trysten opened this issue Dec 1, 2023 · 1 comment
Open

incorrect anchor in python3.9 #2099

trysten opened this issue Dec 1, 2023 · 1 comment

Comments

@trysten
Copy link
Contributor

trysten commented Dec 1, 2023

Documentation style bug

Summary

bad anchor in glossary

Actual style

python (3.9) glossary entry f-string has a link to formatted string literals with anchor #f-strings which doesn't scroll to any section because it's not present.

Expected style

anchor index-24 is needed to go to the correct section:
https://devdocs.io/python~3.9/reference/lexical_analysis#index-24

@simon04
Copy link
Contributor

simon04 commented Jan 6, 2024

Fixed for 3.11 and 3.12 thanks to #2082.

https://devdocs.io/python~3.12/reference/lexical_analysis#f-strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants