Skip to content

Commit

Permalink
Fix typo in quickstart example
Browse files Browse the repository at this point in the history
  • Loading branch information
JennToo committed Mar 7, 2019
1 parent c540c39 commit 6b86cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ node, and then run a ``<get-config>`` to see the change.::
with connect_ssh(host='192.0.2.1',
port=830,
username='admin',
password='password') as sesssion:
password='password') as session:
mgr = Manager(session, timeout=120)
mgr.edit_config(target='running', '''
<config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
Expand Down

0 comments on commit 6b86cc8

Please sign in to comment.