From 21aadb31dcc37431142b8b5e765cc085cc31491d Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Wed, 10 Apr 2024 22:44:41 -0400 Subject: [PATCH] fix: add missing period for docstring --- openedx_events/content_authoring/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx_events/content_authoring/data.py b/openedx_events/content_authoring/data.py index e76559bf..1483ddbc 100644 --- a/openedx_events/content_authoring/data.py +++ b/openedx_events/content_authoring/data.py @@ -185,7 +185,7 @@ class LibraryBlockData: @attr.s(frozen=True) class ContentObjectData: """ - Data about changed content object + Data about changed content object. Arguments: object_id (str): identifier of the Content object. This represents the id of the course or library block