Fix typo in findNearestUsersOffset() __doc__ string missed in r661.
--- 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.