New GitHub issue #111157 from sobolevn:<br>

<hr>

<pre>
# Bug report

Compare the docs: https://github.com/python/cpython/blob/7237fb578dc9db9dc557759a24d8083425107b91/Doc/library/traceback.rst#L138-L146

With the docstring: https://github.com/python/cpython/blob/7237fb578dc9db9dc557759a24d8083425107b91/Lib/traceback.py#L151-L165

Docstring is missing

```
Following the message, the list contains the exception's :attr:`notes <BaseException.__notes__>`. 
```

part.

I think that it would be better to mention `__notes__` there as well.
PR is incoming.
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/111157">View on GitHub</a>
<p>Labels: type-bug, docs, stdlib</p>
<p>Assignee: sobolevn</p>