Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine

This commit is contained in:
Yury Selivanov 2015-07-01 12:49:00 -04:00
parent f27015255f
commit cc1d0287b5
2 changed files with 13 additions and 1 deletions

View file

@ -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}