Documentation
I have spotted a couple of incorrect anchor links from the pilcrows in some docs pages. It looks like a the sphinx index directive and the headings should be swapped. I will create a pull request.
In The Python Language Reference » 6. Expressions » Identifiers (Names) the pilcrow links to #atom-identifiers instead of #identifiers-names.
In The Python Language Reference » 6. Expressions » Private name mangling the pilcrow links to #index-5 instead of #private-name-mangling.
In Python/C API reference manual » Concrete Objects Layer » MemoryView objects the pilcrow links to #index-0 instead of #memoryview-objects.
I have raised an issue rather than going straight for a PR because you might have concerns about breaking links?
Linked PRs
Documentation
I have spotted a couple of incorrect anchor links from the pilcrows in some docs pages. It looks like a the sphinx
indexdirective and the headings should be swapped. I will create a pull request.In The Python Language Reference » 6. Expressions » Identifiers (Names) the pilcrow links to
#atom-identifiersinstead of#identifiers-names.In The Python Language Reference » 6. Expressions » Private name mangling the pilcrow links to
#index-5instead of#private-name-mangling.In Python/C API reference manual » Concrete Objects Layer » MemoryView objects the pilcrow links to
#index-0instead of#memoryview-objects.I have raised an issue rather than going straight for a PR because you might have concerns about breaking links?
Linked PRs