Skip to content

Commit

Permalink
Merge pull request #125 from johnthagen/patch-4
Browse files Browse the repository at this point in the history
Fix docstring format in example docs
  • Loading branch information
hishnash authored Mar 14, 2022
2 parents 2895a82 + 66ca3ef commit d6fb7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/model_observer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ These are the important methods of the class.
@comment_activity.serializer
def comment_activity(self, instance: Comment, action, **kwargs) -> CommentSerializer:
'''This will return the comment serializer'''
"""This will return the comment serializer"""
return CommentSerializer(instance)
@action()
Expand Down

0 comments on commit d6fb7a0

Please sign in to comment.