diff --git a/docs/examples/model_observer.rst b/docs/examples/model_observer.rst index 04f43d3..5fbc5e1 100644 --- a/docs/examples/model_observer.rst +++ b/docs/examples/model_observer.rst @@ -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()