Issue #18718: datetime documentation contradictory on leap second support
diff --git a/Misc/NEWS b/Misc/NEWS
index d2d3b08..2aad9bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,7 +166,10 @@
 Documentation
 -------------
 
+- Issue #18718: datetime documentation contradictory on leap second support.
+
 - Issue #17701: Improving strftime documentation.
+
 - Issue #17844: Refactor a documentation of Python specific encodings.
   Add links to encoders and decoders for binary-to-binary codecs.