Skip to content

Commit 2ca4b31

Browse files
committed
fix: AuthenticationSequence class name
1 parent 25ebd7b commit 2ca4b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

panos/device.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ def _setup(self):
629629
self._params = tuple(params)
630630

631631

632-
class AuthenticationSequance(VersionedPanObject):
633-
"""AuthenticationSequance object.
632+
class AuthenticationSequence(VersionedPanObject):
633+
"""Authentication Sequence object.
634634
635635
Note: This is valid for PAN-OS 7.0+.
636636

0 commit comments

Comments
 (0)