Issue #9347: Fix formatting for tuples in argparse type= error messages.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d817fe..7f67246 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,6 +188,8 @@
 
 - Issue #9026: Fix order of argparse sub-commands in help messages.
 
+- Issue #9347: Fix formatting for tuples in argparse type= error messages.
+
 Build
 -----