Skip to content

Commit 248607c

Browse files
committed
Fixed documentation typo in issue 131. Thanks, pootow
git-svn-id: https://django-tagging.googlecode.com/svn/trunk@154 83e7428b-ec2a-0410-86f2-bf466d0e5e72
1 parent f76c851 commit 248607c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ function::
401401
[<Tag: house>, <Tag: thing>]
402402

403403
Tags are created, associated and unassociated accordingly when you use
404-
``update_tags`` and ``add_tags``::
404+
``update_tags`` and ``add_tag``::
405405

406406
>>> Tag.objects.update_tags(widget, 'house monkey')
407407
>>> Tag.objects.get_for_object(widget)

0 commit comments

Comments
 (0)