Skip to content

Commit f3e2186

Browse files
committed
Fixing untag_companies example.
1 parent 512bdc9 commit f3e2186

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
@@ -136,7 +136,7 @@ Tag.find_all_for_user(user_id='3')
136136
# Tag companies
137137
tag = Tag.tag_companies('red', ["42ea2f1b93891f6a99000427"])
138138
# Untag companies
139-
Tag.untag_users('blue', ["42ea2f1b93891f6a99000427"])
139+
Tag.untag_companies('blue', ["42ea2f1b93891f6a99000427"])
140140
# Iterate over all tags for company
141141
Tag.find_all_for_company(id='43357e2c3c77661e25000026')
142142
Tag.find_all_for_company(company_id='6')

0 commit comments

Comments
 (0)