Commit b97eaad9 by Ԝеѕ Committed by Victor M. Alvarez

note Match strings is a tuple (#124)

fix #123
parent df5ea5b8
...@@ -121,7 +121,7 @@ static PyMemberDef Match_members[] = { ...@@ -121,7 +121,7 @@ static PyMemberDef Match_members[] = {
T_OBJECT_EX, T_OBJECT_EX,
offsetof(Match, strings), offsetof(Match, strings),
READONLY, READONLY,
"Dictionary with offsets and strings that matched the file" "Tuple with offsets and strings that matched the file"
}, },
{ NULL } // End marker { NULL } // End marker
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment