Fix epydoc warning about unknown reference
authorMichael Hanselmann <hansmi@google.com>
Fri, 11 Mar 2011 16:56:23 +0000 (17:56 +0100)
committerMichael Hanselmann <hansmi@google.com>
Fri, 11 Mar 2011 17:05:12 +0000 (18:05 +0100)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

lib/config.py

index 532c372..64ec123 100644 (file)
@@ -126,7 +126,7 @@ class TemporaryReservationManager:
 
 
 def _MatchNameComponentIgnoreCase(short_name, names):
-  """Wrapper around L{utils.MatchNameComponent}.
+  """Wrapper around L{utils.text.MatchNameComponent}.
 
   """
   return utils.MatchNameComponent(short_name, names, case_sensitive=False)