Fix typo in accounts.py.

This commit is contained in:
Michael Spang 2007-07-16 06:02:56 -04:00
parent ecbf7ca1e9
commit 396779cee2
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ def update_gecos(username, gecos_data):
is also updated with the user's full name.
See build_gecos() and parse_gecos() for help dealing with
the chfn(1) GEOCS format.
the chfn(1) GECOS format.
Use update_name() to update the name porition, as it will update
the LDAP 'cn' atribute as well.