Documentation
On Python 3.11 and 3.12 the url https://docs.python.org/3.12/library/typing.html#typing.TypedDict.__total__ takes to this portion of the documentation:
From Python 3.13 the heading has changed to typing.__total__, and similarly the URL link has changed to typing.__total__ instead of typing.TypedDict.__total__. This seems unintended and possibly confusing, as there is no module attribute typing.__total__
e.g. https://docs.python.org/3.13/library/typing.html#typing.__total__
Linked PRs