Skip to content

Commit

Permalink
Merge pull request #50 from 10sr/patch-2
Browse files Browse the repository at this point in the history
Fix typo in README: kadm.get_princ > kadm.getprinc
  • Loading branch information
rjancewicz authored May 12, 2018
2 parents f4bc1db + 043909e commit 94e50ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```

Expand Down

0 comments on commit 94e50ed

Please sign in to comment.