Skip to content
Snippets Groups Projects
Commit 043909e4 authored by 10sr's avatar 10sr Committed by GitHub
Browse files

Fix typo in README: kadm.get_princ > kadm.getprinc

parent f4bc1dba
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ It is advised that kadmin_local is used for rapid unpacked iteration, other task
###Change a password:
```python
princ = kadm.get_princ("user@EXAMPLE.COM")
princ = kadm.getprinc("user@EXAMPLE.COM")
princ.change_password("correcthorsebatterystaple")
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment