diff --git a/changelog/4536.bugfix.rst b/changelog/4536.bugfix.rst index 0a88ee755..0ec84a62b 100644 --- a/changelog/4536.bugfix.rst +++ b/changelog/4536.bugfix.rst @@ -1 +1 @@ -monkeypatch.delattr handles class descriptors like staticmethod/classmethod +``monkeypatch.delattr`` handles class descriptors like ``staticmethod``/``classmethod``.