Issue #16250: Fix URLError invocation with proper args.
diff --git a/Misc/NEWS b/Misc/NEWS
index e6948d7..a7af2cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,8 @@
 Library
 -------
 
+- Issue #16250: Fix URLError invocation with proper args.
+
 - Issue #16305: Fix a segmentation fault occurring when interrupting
   math.factorial.