Skip to content

Commit 168c4bd

Browse files
committed
Typo fix
1 parent 7c6c9ae commit 168c4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codonPython/nhsNumber.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def nhsNumberValidator(number: int)->bool:
4747

4848
def nhsNumberGenerator(to_generate: int, random_state: int = None)->list:
4949
"""
50-
Generates up to 1M random NHS number(s) compliant with modulus 11 checks recorded
50+
Generates up to 1M random NHS numbers compliant with modulus 11 checks as recorded
5151
in the data dictonary.
5252
https://www.datadictionary.nhs.uk/data_dictionary/attributes/n/nhs/nhs_number_de.asp?shownav=1
5353

0 commit comments

Comments
 (0)