From 5fd82779bcfc60e55b00ba1db42a8008849d43c4 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 10 Apr 2023 11:10:41 -0300 Subject: [PATCH] Update doc/en/changelog.rst Co-authored-by: Pierre Sassoulas --- doc/en/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index df32b6694..e57e4fd72 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -100,7 +100,7 @@ Trivial/Internal Changes it makes sense for ``pytest`` to have as little external dependencies as possible, as this helps downstream projects. With that in mind, we have replaced the pytest's limited internal usage to use the standard library's ``dataclasses`` instead. - Nice diffs for ``attrs`` classes are still supported thought. + Nice diffs for ``attrs`` classes are still supported though. pytest 7.2.2 (2023-03-03)