Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Jul 23, 2024
1 parent 9d5edd6 commit 22286b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc_qareports/models/qa_report_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class QaReportNote(NonUniqueSubjectIdentifierFieldMixin, SiteModelMixin, BaseUui
"""A model class to capture user / dm notes linked to a data query
report, such as, unmanaged views.
Unique contraint is on subject_identifier and the report model.
Unique constraint is on subject_identifier and the report model.
See also, QaReportWithNoteModelAdminMixin
"""
Expand Down

0 comments on commit 22286b4

Please sign in to comment.