From: Tan Long Date: Sat, 10 May 2025 02:31:24 +0000 (+0800) Subject: Fix a typo in Misc/NEWS.d/3.140a1.rst (#133790) X-Git-Tag: v3.15.0a1~1784 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c896dae0297fe4422c1009d3cd17f0a6e4fe4972;p=thirdparty%2FPython%2Fcpython.git Fix a typo in Misc/NEWS.d/3.140a1.rst (#133790) --- diff --git a/Misc/NEWS.d/3.14.0a1.rst b/Misc/NEWS.d/3.14.0a1.rst index 98639f0d3505..67451a7e0087 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. ..