From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 10 May 2025 02:37:05 +0000 (+0200) Subject: [3.14] Fix a typo in Misc/NEWS.d/3.140a1.rst (GH-133790) (#133798) X-Git-Tag: v3.14.0b2~194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6a4604017aa0d8f4bcc7ba76ba100610e1cae5d;p=thirdparty%2FPython%2Fcpython.git [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 --- 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. ..