# HG changeset patch # User Todd Larsen # Date 1222827234 0 # Node ID cb2c7ae5424d647bf9ef31de5ca0451118479fb1 # Parent a46c238be8dbd457ffa759ca16213b2ac1d1a985 Fix typo in findNearestUsersOffset() __doc__ string missed in r661. diff -r a46c238be8db -r cb2c7ae5424d app/soc/logic/site/id_user.py --- a/app/soc/logic/site/id_user.py Wed Oct 01 02:11:56 2008 +0000 +++ b/app/soc/logic/site/id_user.py Wed Oct 01 02:13:54 2008 +0000 @@ -148,7 +148,7 @@ """Finds offset of beginning of a range of Users around the nearest User. Args: - limit: the width of the "found" window around the nearest User found + width: the width of the "found" window around the nearest User found id: a Google Account (users.User) object, or None link_name: link name input in the Lookup form or None if not supplied.