Skip to content

Commit 1abc4a9

Browse files
authoredAug 26, 2020
fix: doc typo, drop second use of 'without' (#2439)
1 parent 9b8cb02 commit 1abc4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎include/pybind11/pytypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class object : public handle {
240240
~object() { dec_ref(); }
241241

242242
/** \rst
243-
Resets the internal pointer to ``nullptr`` without without decreasing the
243+
Resets the internal pointer to ``nullptr`` without decreasing the
244244
object's reference count. The function returns a raw handle to the original
245245
Python object.
246246
\endrst */

0 commit comments

Comments
 (0)
Please sign in to comment.