fix: doc typo, drop second use of 'without' (#2439)

diff --git a/include/pybind11/pytypes.h b/include/pybind11/pytypes.h
index c322ff2..e2b6375 100644
--- a/include/pybind11/pytypes.h
+++ b/include/pybind11/pytypes.h
@@ -240,7 +240,7 @@
     ~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 */