Skip to content

Commit 0cc241e

Browse files
committed
Merge pull request brosner#5 from kevinroche/patch-1
Update index.rst
2 parents ff5a229 + 45df45c commit 0cc241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To register a model, import the ``tagging.registry`` module and call its
139139
class Widget(models.Model):
140140
name = models.CharField(max_length=50)
141141

142-
tagging.register(Widget)
142+
register(Widget)
143143

144144
The following argument is required:
145145

0 commit comments

Comments
 (0)