Commit 1abc4a9d by Dekken Committed by GitHub

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

parent 9b8cb020
...@@ -240,7 +240,7 @@ public: ...@@ -240,7 +240,7 @@ public:
~object() { dec_ref(); } ~object() { dec_ref(); }
/** \rst /** \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 object's reference count. The function returns a raw handle to the original
Python object. Python object.
\endrst */ \endrst */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment