Issue #17701: Improving strftime documentation
diff --git a/Misc/NEWS b/Misc/NEWS
index c9b7fdc..5e4a1be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -164,6 +164,7 @@
 Documentation
 -------------
 
+- 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.