summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorNicko van Someren <nicko@nicko.org>2023-02-18 18:44:41 (GMT)
committerGitHub <noreply@github.com>2023-02-18 18:44:41 (GMT)
commit128379b8cdb88a6d3d7fed24df082c9a654b3fb8 (patch)
tree3ebde1bec9cf96609b4cae48cda928aa9d4e3952 /Misc/NEWS.d
parentaf446bbb76f64e67831444a0ceee6863a1527088 (diff)
downloadcpython-128379b8cdb88a6d3d7fed24df082c9a654b3fb8.zip
cpython-128379b8cdb88a6d3d7fed24df082c9a654b3fb8.tar.gz
cpython-128379b8cdb88a6d3d7fed24df082c9a654b3fb8.tar.bz2
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-03-10-21-48-05.bpo-46978.f5QFfw.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-03-10-21-48-05.bpo-46978.f5QFfw.rst b/Misc/NEWS.d/next/Core and Builtins/2022-03-10-21-48-05.bpo-46978.f5QFfw.rst
new file mode 100644
index 0000000..72291d0
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-03-10-21-48-05.bpo-46978.f5QFfw.rst
@@ -0,0 +1 @@
+Fixed docstrings for in-place operators of built-in types.