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

This commit is contained in:
Dekken 2020-08-27 00:55:18 +02:00 committed by GitHub
parent 9b8cb02030
commit 1abc4a9de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */