From 7fb9191378a33c5e1884d635122c097c1c3ef02b Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Sun, 17 Mar 2024 19:21:59 +0100 Subject: [PATCH] fix inline literal start-string without end-string --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7c7b797cc8..e449c1a94a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,7 @@ API docs. Document that ``doctest_skip_exe()`` lines in doctest should be ignored. -Improve internal ``tools.deprecate_positional_args()` decorator +Improve internal ``tools.deprecate_positional_args()`` decorator and fix incorect test assertion. Update GitHub actions.