Skip to content

Commit 7ba279c

Browse files
authored
Update howto-convert-cable-validation-html.md
- added python version to prereqs - spelling errors
1 parent 683595e commit 7ba279c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/operator-nexus/howto-convert-cable-validation-html.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ This article explains how to convert a Nexus Network Fabric Cable Validation Rep
1515

1616
## Prerequisites
1717

18-
- Requires Modules: `json pandas as pd datetime`
18+
- Requires Python 3.11 or later
19+
- Requires Python 3.11 Modules: `json pandas as pd datetime`
1920

20-
## Python Script for Cable Validation JSON to html conversion
21+
## Python Script for Cable Validation JSON to HTML Conversion
2122

2223
```
2324
import json
@@ -135,7 +136,7 @@ The report output has filename `CableValidationAndSpecification-<DATE>.html`.
135136

136137
## Cable Validation Report HTML results
137138

138-
The report will be sparated into 6 sections:
139+
The report is separated into 6 sections:
139140
- Cable Validation - Compliant
140141
- Cable Validation - NonCompliant
141142
- Cable Validation - Unknown

0 commit comments

Comments
 (0)