Skip to content

Commit 0950ba0

Browse files
Fixed vale issues
1 parent 20274f8 commit 0950ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/SubjectSelectionQueryBuilder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ It allows the builder to determine if a subject's current value matches a previo
152152
If you want to filter subjects based on their current screening status, for example, you would need to provide a `Subject` object.
153153
To know if you need to populate an attribute like `screening_status_id`, you can do so by looking if the method requires the Subject class.
154154

155-
For example, if you look at the following python code for a screening status, you can see that the Subject class is required.
155+
For example, if you look at the following code for a screening status, you can see that the Subject class is required.
156156

157157
```python
158158
case SubjectSelectionCriteriaKey.SCREENING_STATUS:

0 commit comments

Comments
 (0)