freeCodeCamp / freeCodeCamp/devdocs
incorrect anchor in python3.9
Abierto
docs/improvement
- Lenguaje dominante
- Ruby
- Estrellas
- 39.5k
- Forks
- 2.6k
- Merge medio
- 4 d 32 min
- PR fusionados (30 d)
- 13
Descripción
# 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.