Issue #9347: Fix formatting for tuples in argparse type= error messages.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b68a72..6748638 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -257,6 +257,8 @@
 
 - Issue #9026: Fix order of argparse sub-commands in help messages.
 
+- Issue #9347: Fix formatting for tuples in argparse type= error messages.
+
 Extension Modules
 -----------------