mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 17:32:37 +00:00
fix: doc typo, drop second use of 'without' (#2439)
This commit is contained in:
parent
9b8cb02030
commit
1abc4a9de5
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user