File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,7 @@ from utils.nhs_number_tools import NHSNumberTools
2727
2828## ` _nhs_number_checks() ` : Checks if the NHS number is valid
2929
30- The ` _nhs_number_checks() ` method does basic checks on NHS number value provided and raises an exception if the number is not valid:
31-
32- ``` python
33- NHSNumberTools._nhs_number_checks(incorrect_nhs_no)
34- ```
30+ The ` _nhs_number_checks() ` method does basic checks on NHS number value provided and raises an exception if the number is not valid
3531
3632### Required Arguments
3733
@@ -56,11 +52,7 @@ from utils.nhs_number_tools import NHSNumberTools
5652## ` spaced_nhs_number() ` : Returns Spaced NHS Number
5753
5854The ` spaced_nhs_number() ` method is designed to take the provided NHS number and return it in a formatted
59- string of the format ` nnn nnn nnnn ` . It's a static method so can be used in the following way:
60-
61- ``` python
62- spaced_nhs_number = NHSNumberTools.spaced_nhs_number(" 1234567890" )
63- ```
55+ string of the format ` nnn nnn nnnn ` . It's a static method so can be used in the following way
6456
6557### Required Arguments
6658
You can’t perform that action at this time.
0 commit comments