From 1abc4a9de5d3dfbe3b4b174ba144259d130a59ff Mon Sep 17 00:00:00 2001 From: Dekken Date: Thu, 27 Aug 2020 00:55:18 +0200 Subject: [PATCH] fix: doc typo, drop second use of 'without' (#2439) --- 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 c322ff27b..e2b63757d 100644 --- a/include/pybind11/pytypes.h +++ b/include/pybind11/pytypes.h @@ -240,7 +240,7 @@ public: ~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 */