We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dd086 commit 5be9ca7Copy full SHA for 5be9ca7
utils/oracle/subject_selection_query_builder.py
@@ -172,7 +172,7 @@ def build_subject_selection_query(
172
173
def _build_select_clause(self) -> None:
174
"""
175
- This methods build the 'SELECT' section of the SQL query
+ This method builds the 'SELECT' section of the SQL query
176
177
columns: list[str] = [
178
"ss.screening_subject_id",
0 commit comments