Misc. comment typos

[skip ci]
This commit is contained in:
luz.paz
2018-01-19 16:49:15 -05:00
committed by wmayer
parent f0af9770b7
commit d31f2e25b0
5 changed files with 5 additions and 5 deletions

View File

@@ -2229,7 +2229,7 @@ PyObject *PropertyBoolList::getPyObject(void)
void PropertyBoolList::setPyObject(PyObject *value)
{
// string is also a sequence and must be be treated differently
// string is also a sequence and must be treated differently
std::string str;
if (PyUnicode_Check(value)) {
#if PY_MAJOR_VERSION >= 3