Skip to content

Commit 0b9c79b

Browse files
As per PR # 83 comments, Code change is implemented.
1 parent 3878e13 commit 0b9c79b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/utility-guides/NHSNumberTools.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff 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

5854
The `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

0 commit comments

Comments
 (0)