Skip to content

Commit

Permalink
Updated the README to reflex reality.
Browse files Browse the repository at this point in the history
Thanks petercsmith for the report!
  • Loading branch information
honzakral committed Jun 11, 2015
1 parent 0f0bd3d commit f48374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Let's have a simple Python class representing an article in a blogging system:
Article.init()
# create and save and article
article = Article(id=42, title='Hello world!', tags=['test'])
article = Article(meta={'id': 42}, title='Hello world!', tags=['test'])
article.body = ''' looong text '''
article.published_from = datetime.now()
article.save()
Expand Down

0 comments on commit f48374a

Please sign in to comment.