Skip to content
This repository was archived by the owner on Apr 4, 2018. It is now read-only.

Commit c989f62

Browse files
committed
fixing incorrect documentation; closes #23
1 parent 4df6152 commit c989f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ __extract_mentioned_screen_names_with_indices__
106106
Extracts a list of all usernames mentioned in the Tweet text along with the indices for where the mention occurred in the format:
107107

108108
{
109-
'username': username_string,
109+
'screen_name': username_string,
110110
'indicies': ( start_postion, end_position )
111111
}
112112

0 commit comments

Comments
 (0)