diff --git a/include/pybind11/pytypes.h b/include/pybind11/pytypes.h index c322ff27ba..e2b63757d7 100644 --- a/include/pybind11/pytypes.h +++ b/include/pybind11/pytypes.h @@ -240,7 +240,7 @@ class object : public handle { ~object() { dec_ref(); } /** \rst - Resets the internal pointer to ``nullptr`` without without decreasing the + Resets the internal pointer to ``nullptr`` without decreasing the object's reference count. The function returns a raw handle to the original Python object. \endrst */