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

note Match strings is a tuple (#124)

fix #123
......@@ -121,7 +121,7 @@ static PyMemberDef Match_members[] = {
T_OBJECT_EX,
offsetof(Match, strings),
READONLY,
"Dictionary with offsets and strings that matched the file"
"Tuple with offsets and strings that matched the file"
},
{ 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