[Python-checkins] But Add missing newline to NEWS entry (GH-31893)

miss-islington webhook-mailer at python.org
Tue Mar 15 04:56:21 EDT 2022


https://github.com/python/cpython/commit/91dfa917e56527c3c3a715f4274a017273c4d664
commit: 91dfa917e56527c3c3a715f4274a017273c4d664
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-03-15T01:56:13-07:00
summary:

But Add missing newline to NEWS entry (GH-31893)

(cherry picked from commit 16995ed0f2b697ca1ff966741288e787e1701ca9)

Co-authored-by: Hugo van Kemenade <hugovk at users.noreply.github.com>

files:
M Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-05-27.bpo-43721.-1XAIo.rst

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 4e3ad02057ada..cd3df72664823 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.



More information about the Python-checkins mailing list