From: Hugo van Kemenade Date: Tue, 15 Mar 2022 08:29:10 +0000 (+0200) Subject: But Add missing newline to NEWS entry (GH-31893) X-Git-Tag: v3.11.0a7~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16995ed0f2b697ca1ff966741288e787e1701ca9;p=thirdparty%2FPython%2Fcpython.git But Add missing newline to NEWS entry (GH-31893) --- 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 index 4e3ad02057ad..cd3df7266482 100644 --- 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 @@ -1 +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 +Fix docstrings of :attr:`~property.getter`, :attr:`~property.setter`, and :attr:`~property.deleter` to clarify that they create a new copy of the property.