commit | e501d70b347c5093018d12482c30a7a98aab86d0 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Fri Nov 12 10:47:55 2021 +0100 |
committer | GitHub <noreply@github.com> | Fri Nov 12 11:47:55 2021 +0200 |
tree | c9f20543a9fecfcb38661dc1de803eabff1bb725 | |
parent | 807f839bbfd5805fb76eb3436c9252a0441296eb [diff] |
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) Since `.. module:: contextvars` sets the module using `.. class:: contextvars.Token`, intersphinx records it as `contextvars.contextvars.Token`.