**Documentation** @JelleZijlstra noticed that our terminology is inconsistent with how we call these at runtime (https://github.com/python/mypy/pull/17816#discussion_r1773689845). This refers to code like this: ```py def f[T: (int, float)](x: T) -> T: ... ```