Fixed #6556: Corrected doc on how Distutils looks for its user configuration file under Windows
diff --git a/Misc/NEWS b/Misc/NEWS
index a8a738d..2fb04a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1783,6 +1783,9 @@
 Documentation
 -------------
 
+- Issue #6556: Fixed the Distutils configuration files location explanation
+  for Windows.
+
 - Issue #2235: the C API function PyObject_HashNotImplemented and its
   interaction with the tp_hash slot (added in 2.6b2) are now documented