Skip to content

Commit 5be9ca7

Browse files
Fixing typo
1 parent 65dd086 commit 5be9ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/oracle/subject_selection_query_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def build_subject_selection_query(
172172

173173
def _build_select_clause(self) -> None:
174174
"""
175-
This methods build the 'SELECT' section of the SQL query
175+
This method builds the 'SELECT' section of the SQL query
176176
"""
177177
columns: list[str] = [
178178
"ss.screening_subject_id",

0 commit comments

Comments
 (0)