-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Open
Open
Copy link
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Searching for update
shows these results:
https://docs.python.org/3.13/search.html?q=update
The search result list includes frozenset.update
, which is false: frozenset
does not have such method.
I guess this is due to the fact that on the target page https://docs.python.org/3.13/library/stdtypes.html#frozenset.update, set
and frozenset
are explained together, but the search indexer doesn't catch it.
#frozenset.update
is even the working page anchor, while #set.update
is not. More confusion.
Further, I'm guessing that this will be happening with more class groups documented together.
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir