aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-03-15 01:51:32 -0700
committerGitHub <noreply@github.com>2022-03-15 01:51:32 -0700
commit0e4bebad0a099e5f1440edcdd0ce3eae9952bf74 (patch)
tree79bfe0232d3b0c7549009252097678956878b9de
parentcebdc325580b49f4c7eb3c61a24c9e7f41ca736b (diff)
downloadcpython3-0e4bebad0a099e5f1440edcdd0ce3eae9952bf74.tar.gz
But Add missing newline to NEWS entry (GH-31893)
(cherry picked from commit 16995ed0f2b697ca1ff966741288e787e1701ca9) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-05-27.bpo-43721.-1XAIo.rst2
1 files changed, 1 insertions, 1 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
index 4e3ad02057..cd3df72664 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.