mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine
This commit is contained in:
parent
f27015255f
commit
cc1d0287b5
2 changed files with 13 additions and 1 deletions
|
@ -44,7 +44,7 @@ exclude_patterns = ['venv/*']
|
|||
# -----------------------
|
||||
|
||||
# Use our custom theme.
|
||||
html_theme = 'pydoctheme'
|
||||
html_theme = 'classic'
|
||||
html_theme_path = ['tools']
|
||||
html_theme_options = {'collapsiblesidebar': True}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue