diff options
author | William Chargin <wchargin@gmail.com> | 2021-08-04 20:43:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 20:43:06 (GMT) |
commit | 80f33f266b4ad5925a3e58ea3a54ae139a6b6f0e (patch) | |
tree | dc9e5ac29d5428c9e882d4b31613cbf0baa0f618 /Misc | |
parent | a8dc4893d2b28827e82447326ea47759c161a722 (diff) | |
download | cpython-80f33f266b4ad5925a3e58ea3a54ae139a6b6f0e.zip cpython-80f33f266b4ad5925a3e58ea3a54ae139a6b6f0e.tar.gz cpython-80f33f266b4ad5925a3e58ea3a54ae139a6b6f0e.tar.bz2 |
bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-09-03-13-37-19.bpo-41706._zXWOR.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-09-03-13-37-19.bpo-41706._zXWOR.rst b/Misc/NEWS.d/next/Documentation/2020-09-03-13-37-19.bpo-41706._zXWOR.rst new file mode 100644 index 0000000..6406494 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-09-03-13-37-19.bpo-41706._zXWOR.rst @@ -0,0 +1,2 @@ +Fix docs about how methods like ``__add__`` are invoked when evaluating +operator expressions. |