[3.13] gh-119521: Remove _IncompleteInputError from the docs (GH-120993) (GH-121076)

gh-119521: Remove _IncompleteInputError from the docs (GH-120993)
(cherry picked from commit 1167a9a30b)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-06-27 15:19:20 +02:00 committed by GitHub
parent 49e5740135
commit 312a32a742
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -45,7 +45,6 @@ BaseException
├── StopAsyncIteration
├── StopIteration
├── SyntaxError
│ └── _IncompleteInputError
│ └── IndentationError
│ └── TabError
├── SystemError