There was an error while loading. Please reload this page.
1 parent 7c6c9ae commit 168c4bdCopy full SHA for 168c4bd
1 file changed
codonPython/nhsNumber.py
@@ -47,7 +47,7 @@ def nhsNumberValidator(number: int)->bool:
47
48
def nhsNumberGenerator(to_generate: int, random_state: int = None)->list:
49
"""
50
- Generates up to 1M random NHS number(s) compliant with modulus 11 checks recorded
+ Generates up to 1M random NHS numbers compliant with modulus 11 checks as recorded
51
in the data dictonary.
52
https://www.datadictionary.nhs.uk/data_dictionary/attributes/n/nhs/nhs_number_de.asp?shownav=1
53
0 commit comments