diff --git a/Misc/NEWS.d/next/Library/2020-02-20-01-53-01.bpo-29298.laIn2S.rst b/Misc/NEWS.d/next/Library/2020-02-20-01-53-01.bpo-29298.laIn2S.rst index c957260836e..270b5454041 100644 --- a/Misc/NEWS.d/next/Library/2020-02-20-01-53-01.bpo-29298.laIn2S.rst +++ b/Misc/NEWS.d/next/Library/2020-02-20-01-53-01.bpo-29298.laIn2S.rst @@ -1 +1,2 @@ -Fix crash in argparse when using subparsers and Required is set to True. +Fix crash in :mod:`argparse` when using subparsers and its required attribute +is set to True.