summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.3rc1.rst
diff options
context:
space:
mode:
authorRobert O'Shea <PurityLake@users.noreply.github.com>2022-07-30 07:42:21 (GMT)
committerGitHub <noreply@github.com>2022-07-30 07:42:21 (GMT)
commitcd26595232ac1b5061460d5949d5204c90287c1c (patch)
tree90bce447159930a1e81948f99297492020c37232 /Misc/NEWS.d/3.5.3rc1.rst
parent0956b6d9c44f66cc152c6afe22a3793e5b157cfd (diff)
downloadcpython-cd26595232ac1b5061460d5949d5204c90287c1c.zip
cpython-cd26595232ac1b5061460d5949d5204c90287c1c.tar.gz
cpython-cd26595232ac1b5061460d5949d5204c90287c1c.tar.bz2
gh-95454: Replace truthy/falsy with true/false (GH-95456)
Diffstat (limited to 'Misc/NEWS.d/3.5.3rc1.rst')
-rw-r--r--Misc/NEWS.d/3.5.3rc1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.5.3rc1.rst b/Misc/NEWS.d/3.5.3rc1.rst
index 2307fcc..bf4ef93 100644
--- a/Misc/NEWS.d/3.5.3rc1.rst
+++ b/Misc/NEWS.d/3.5.3rc1.rst
@@ -832,7 +832,7 @@ In the traceback module, restore the formatting of exception messages like
.. nonce: 3UhyPo
.. section: Library
-Allow falsy values to be used for msg parameter of subTest().
+Allow false values to be used for msg parameter of subTest().
..