freeCodeCamp / freeCodeCamp/devdocs
incorrect anchor in python3.9
Ouverte
docs/improvement
- Langage dominant
- Ruby
- Étoiles
- 39.5k
- Forks
- 2.6k
- Merge moyen
- 4 j 32 min
- PR mergées (30 j)
- 13
Description
# Documentation style bug
## Summary
bad anchor in glossary
## Actual style
python (3.9) glossary entry [f-string](https://devdocs.io/python~3.9/glossary#term-f-string) has a link to [formatted string literals](https://devdocs.io/python~3.9/reference/lexical_analysis#f-strings) 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
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.