From 712fa3d3f99a5cc69db7dd653d2b575f8d6c5c59 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Thu, 14 Mar 2024 15:40:37 +0500 Subject: [PATCH] Fix a typo. (#290) --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b209fd5..8984bed 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ History 1.8.0 but that wasn't properly recorded) * Removed support for Python 3.7 * Added support for Python 3.12 and PyPy 3.10 -* Fixed an exception when calling ``__str__`` or `__repr__`` on some JSON +* Fixed an exception when calling ``__str__`` or ``__repr__`` on some JSON selectors * Code formatted with ``black`` * CI fixes and improvements