diff options
author | Abhigyan Bose <abhigyandeepbose@gmail.com> | 2022-04-28 11:29:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 11:29:24 (GMT) |
commit | 88dd22795925a8f47d38737ca8067eeb3f0a13aa (patch) | |
tree | a188f7e8a550b913ff7b5224f0fc12dc26031c82 /Misc | |
parent | cd1fbbc81761dc26ce6daf724d57d48e965e5817 (diff) | |
download | cpython-88dd22795925a8f47d38737ca8067eeb3f0a13aa.zip cpython-88dd22795925a8f47d38737ca8067eeb3f0a13aa.tar.gz cpython-88dd22795925a8f47d38737ca8067eeb3f0a13aa.tar.bz2 |
gh-91984: Fix trailing spaces in multiline test strings in test_argparse (GH-91986)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-27-18-30-00.gh-issue-91984.LxAB11.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-27-18-30-00.gh-issue-91984.LxAB11.rst b/Misc/NEWS.d/next/Library/2022-04-27-18-30-00.gh-issue-91984.LxAB11.rst new file mode 100644 index 0000000..82c2907 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-27-18-30-00.gh-issue-91984.LxAB11.rst @@ -0,0 +1 @@ +Modified test strings in test_argparse.py to not contain trailing spaces before end of line. |