Skip to content

Commit

Permalink
Merge pull request #182 from timgraham/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in ORM chapter.
  • Loading branch information
asendecka committed Nov 11, 2014
2 parents e11b9b3 + 5f317a6 commit c797da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_orm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ What users do we have in our database? Try this:
>>> User.objects.all()
[]

No users! lets create a user:
No users! Let's create a user:

>>> User.objects.create(username='ola')
<User: ola>
Expand Down

0 comments on commit c797da1

Please sign in to comment.