diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-14 23:51:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 23:51:55 (GMT) |
commit | cebdc325580b49f4c7eb3c61a24c9e7f41ca736b (patch) | |
tree | f5593f326fd7bb3b54ade7c2f6c5921dfb79bbaf /Misc | |
parent | 9f1587e8d3f18729a0982774c6c4409472cbd9e3 (diff) | |
download | cpython-cebdc325580b49f4c7eb3c61a24c9e7f41ca736b.zip cpython-cebdc325580b49f4c7eb3c61a24c9e7f41ca736b.tar.gz cpython-cebdc325580b49f4c7eb3c61a24c9e7f41ca736b.tar.bz2 |
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
(cherry picked from commit e3d348a5252549708fd19338b675a2c23b60d677)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-05-27.bpo-43721.-1XAIo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-05-27.bpo-43721.-1XAIo.rst b/Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-05-27.bpo-43721.-1XAIo.rst new file mode 100644 index 0000000..4e3ad02 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-05-27.bpo-43721.-1XAIo.rst @@ -0,0 +1 @@ +Fix docstrings of :attr:`~property.getter`, :attr:`~property.setter`, and :attr:`~property.deleter` to clarify that they create a new copy of the property.
\ No newline at end of file |