Skip to content

Commit 043909e

Browse files
author
10sr
authored
Fix typo in README: kadm.get_princ > kadm.getprinc
1 parent f4bc1db commit 043909e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ It is advised that kadmin_local is used for rapid unpacked iteration, other task
107107

108108
###Change a password:
109109
```python
110-
princ = kadm.get_princ("user@EXAMPLE.COM")
110+
princ = kadm.getprinc("user@EXAMPLE.COM")
111111
princ.change_password("correcthorsebatterystaple")
112112
```
113113

0 commit comments

Comments
 (0)