diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-03-15 08:29:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 08:29:10 (GMT) |
commit | 16995ed0f2b697ca1ff966741288e787e1701ca9 (patch) | |
tree | 018e736dfa0c08054c7107eb4d0677df07f16ead | |
parent | 52f6ce396ddf1e99205796ae6ad3d880c2713e3e (diff) | |
download | cpython-16995ed0f2b697ca1ff966741288e787e1701ca9.zip cpython-16995ed0f2b697ca1ff966741288e787e1701ca9.tar.gz cpython-16995ed0f2b697ca1ff966741288e787e1701ca9.tar.bz2 |
But Add missing newline to NEWS entry (GH-31893)
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-05-27.bpo-43721.-1XAIo.rst | 2 |
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 4e3ad02..cd3df72 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. |