Skip to content

Commit

Permalink
fix: add missing period for docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Apr 11, 2024
1 parent abb16b1 commit 21aadb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_events/content_authoring/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21aadb3

Please sign in to comment.