Skip to content

Commit 1573303

Browse files
authored
Update README.md
spelling and grammar corrections
1 parent d891da5 commit 1573303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NC-get-config-xpath/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# NETCONF get-config with XPATH
22

3-
This is an example Python script utilizes get-config. It also take advantage of XPATH filtering for NETCONF available in IOS-XE.
3+
This is an example Python script that utilizes get-config. It also takes advantage of XPATH filtering for NETCONF available in IOS-XE.
44

5-
The script calls the get-config verb in NETCONF, and then filters the request to the native model, and also asks for just the data in the hostname container. The data you get back should be the hostname (or more specically the configured hostname).
5+
The script calls the get-config verb in NETCONF, and then filters the request to the native model, and also asks for just the data in the hostname container. The data you get back should be the hostname (or more specifically the configured hostname).
66

7-
For a human, this is roughly equivalent to 'show running-config | inclue hostname'
7+
For a human, this is roughly equivalent to 'show running-config | include hostname'
88

99
# requirements
1010
-- ncclient

0 commit comments

Comments
 (0)