Skip to content

Commit

Permalink
Fix Paramiko spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmed-dev committed Apr 7, 2020
1 parent 39d005f commit 211e69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/test/files/ptftests/device_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

class DeviceConnection:
'''
DeviceConnection uses Pramiko module to connect to devices
DeviceConnection uses Paramiko module to connect to devices
Pramiko module uses fallback mechanism where it would first try to use
Paramiko module uses fallback mechanism where it would first try to use
ssh key and that fails, it will attempt username/password combination
'''
def __init__(self, hostname, username, password=None):
Expand Down

0 comments on commit 211e69b

Please sign in to comment.