Skip to content

Commit b97eaad

Browse files
wesinatorplusvic
authored andcommitted
note Match strings is a tuple (VirusTotal#124)
fix VirusTotal#123
1 parent df5ea5b commit b97eaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yara-python.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ static PyMemberDef Match_members[] = {
121121
T_OBJECT_EX,
122122
offsetof(Match, strings),
123123
READONLY,
124-
"Dictionary with offsets and strings that matched the file"
124+
"Tuple with offsets and strings that matched the file"
125125
},
126126
{ NULL } // End marker
127127
};

0 commit comments

Comments
 (0)