From 930841ae08d68c39ef8602a336ac9c14197d216a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 13 Aug 2021 14:56:28 -0400 Subject: [PATCH] Fix attribute name. --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7d3227c8..0faf0a47 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ v4.6.4 ====== * #334: Correct ``SimplePath`` protocol to match ``pathlib`` - protocol for ``__truediv``. + protocol for ``__truediv__``. v4.6.3 ======