From c504142f0af58260b3fcda61d029f34b14dc5de4 Mon Sep 17 00:00:00 2001 From: dekken Date: Thu, 27 Aug 2020 00:33:35 +0200 Subject: [PATCH] fix: doc typo, drop second use of 'without' --- include/pybind11/pytypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */