mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 09:25:51 +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(); }
|
||||
|
||||
/** \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 */
|
||||
|
Loading…
Reference in New Issue
Block a user