diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7af8e3dd..f9125664 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,8 +24,8 @@ Deprecations: Changes: ^^^^^^^^ -- Raise ``FrozenInstanceError`` when trying to delete an attribute from - a frozen class. `#118 `__ +- Raise ``FrozenInstanceError`` when trying to delete an attribute from a frozen class. + `#118 `_ ----