Documentation
Follow-up to #129889.
The idea behind making contextvars.Token support context manager protocol was to eliminate the need for manipulating the token manually and instead use contextvars.ContextVar.set() directly. Therefore, it is more logical to present the context manager usage example in contextvars.ContextVar.set, not in contextvars.Token.