Fix typo in findNearestUsersOffset() __doc__ string missed in r661.
authorTodd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 02:13:54 +0000
changeset 230 cb2c7ae5424d
parent 229 a46c238be8db
child 231 e2782aacfec7
Fix typo in findNearestUsersOffset() __doc__ string missed in r661.
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.