From cd7fd884313d7a9618fc86ef3190c87f8ed87062 Mon Sep 17 00:00:00 2001 From: Tan Long Date: Sat, 10 May 2025 05:59:43 +0800 Subject: [PATCH] Fix a typo in Misc/NEWS.d/3.140a1.rst --- Misc/NEWS.d/3.14.0a1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.14.0a1.rst b/Misc/NEWS.d/3.14.0a1.rst index 98639f0d3505d5..67451a7e0087cb 100644 --- a/Misc/NEWS.d/3.14.0a1.rst +++ b/Misc/NEWS.d/3.14.0a1.rst @@ -1033,7 +1033,7 @@ retrieve the spec information. .. nonce: s3vKql .. section: Library -:mod:`argparse` vim supports abbreviated single-dash long options separated +:mod:`argparse` supports abbreviated single-dash long options separated by ``=`` from its value. ..