Skip to content

Commit 4699510

Browse files
Fixed value spelling issues
1 parent ebbe3df commit 4699510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/SubjectDemographics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ SubjectDemographicUtil(page).update_subject_dob(nhs_no, random_dob=False, new_do
8080
- If `younger` is `False`, returns a DOB for age 75-100.
8181

8282
- `random_datetime(start: datetime, end: datetime) -> datetime`
83-
Generates a random datetime between two datetime objects.
83+
Generates a random date between two `datetime` objects.
8484

8585
Refer to the source code in `utils/subject_demographics.py` for more details on available methods and their usage.

0 commit comments

Comments
 (0)