summaryrefslogtreecommitdiffstats
path: root/src/lib/util/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/python')
-rw-r--r--src/lib/util/python/pycppwrapper_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/python/pycppwrapper_util.h b/src/lib/util/python/pycppwrapper_util.h
index 20ca9e334e..fd55c19039 100644
--- a/src/lib/util/python/pycppwrapper_util.h
+++ b/src/lib/util/python/pycppwrapper_util.h
@@ -67,7 +67,7 @@ public:
/// This helper class is similar to the standard autoptr and manages PyObject
/// 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,
/// which is often just created dynamically. The caller will eventually