From f6a4604017aa0d8f4bcc7ba76ba100610e1cae5d Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 10 May 2025 04:37:05 +0200 Subject: [PATCH] [3.14] Fix a typo in Misc/NEWS.d/3.140a1.rst (GH-133790) (#133798) Fix a typo in Misc/NEWS.d/3.140a1.rst (GH-133790) (cherry picked from commit c896dae0297fe4422c1009d3cd17f0a6e4fe4972) Co-authored-by: Tan Long --- 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 98639f0d350..67451a7e008 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. ..