Skip to content

Commit

Permalink
Fixed in typo in modelforms docs.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jkocherhans committed Dec 2, 2007
1 parent 2881007 commit ab75953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modelforms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For example::
... model = Article

# Creating a form to add an article.
>>> article\ = Article()
>>> article = Article()
>>> form = ArticleForm(article)

# Creating a form to change an existing article.
Expand Down

0 comments on commit ab75953

Please sign in to comment.