Skip to content

Commit

Permalink
Merge pull request #95 from pjhoberman/patch-1
Browse files Browse the repository at this point in the history
Small typo in comments
  • Loading branch information
bashu committed Apr 30, 2020
2 parents b017cf7 + 3a35eef commit c10ee74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_project/blog/views.py
Expand Up @@ -11,7 +11,7 @@

class PostMixinDetailView(object):
"""
Mixin to same us some typing. Adds context for us!
Mixin to save us some typing. Adds context for us!
"""
model = Post

Expand Down

0 comments on commit c10ee74

Please sign in to comment.