Parcourir la source

[trac905] a minor wording fix: removed a duplicate 'the'

JINMEI Tatuya il y a 14 ans
Parent
commit
324cf344f3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/util/python/pycppwrapper_util.h

+ 1 - 1
src/lib/util/python/pycppwrapper_util.h

@@ -67,7 +67,7 @@ public:
 
 
 /// This helper class is similar to the standard autoptr and manages PyObject
 /// This helper class is similar to the standard autoptr and manages PyObject
 /// using some kind of RAII techniques.  It is, however, customized for the
 /// using some kind of RAII techniques.  It is, however, customized for the
-/// the python C API.
+/// python C API.
 ///
 ///
 /// A PyObjectContainer object is constructed with a pointer to PyObject,
 /// A PyObjectContainer object is constructed with a pointer to PyObject,
 /// which is often just created dynamically.  The caller will eventually
 /// which is often just created dynamically.  The caller will eventually