diff options
author | JINMEI Tatuya <jinmei@isc.org> | 2011-05-12 19:36:02 +0200 |
---|---|---|
committer | JINMEI Tatuya <jinmei@isc.org> | 2011-05-12 19:36:02 +0200 |
commit | 324cf344f3e0cd9e35e50076911fe7801a7d4690 (patch) | |
tree | 8accfd0b53084ec19759235982d7fc858d547969 /src/lib/util/python | |
parent | [trac905] wording fix in comment (diff) | |
download | kea-324cf344f3e0cd9e35e50076911fe7801a7d4690.tar.xz kea-324cf344f3e0cd9e35e50076911fe7801a7d4690.zip |
[trac905] a minor wording fix: removed a duplicate 'the'
Diffstat (limited to 'src/lib/util/python')
-rw-r--r-- | src/lib/util/python/pycppwrapper_util.h | 2 |
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 |