Fix incorrect comments
This commit is contained in:
parent
083a03710a
commit
d1a8675ac4
4 changed files with 4 additions and 4 deletions
|
|
@ -328,7 +328,7 @@ namespace Swig {
|
|||
}
|
||||
|
||||
public:
|
||||
/* wrap a python object, optionally taking ownership */
|
||||
/* wrap a python object. */
|
||||
Director(PyObject *self) : swig_self(self), swig_disown_flag(false) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue