freeCodeCamp / freeCodeCamp/devdocs
incorrect anchor in python3.9
Offen
docs/improvement
- Vorherrschende Sprache
- Ruby
- Sterne
- 39.5k
- Forks
- 2.6k
- Ø Merge
- 4 T. 32 Min.
- Gemergte PRs (30 T.)
- 13
Beschreibung
# 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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.