From c6e7edb8f9e84149e24d3b33a1b568550d6ad89e Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Fri, 15 Oct 2010 16:19:54 +0200 Subject: [PATCH] http.auth: Fix docstring error This was missing from commit 2287b920. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/http/auth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/http/auth.py b/lib/http/auth.py index f6e78202b..6bfd9e029 100644 --- a/lib/http/auth.py +++ b/lib/http/auth.py @@ -297,8 +297,8 @@ def ParsePasswordFile(contents): options are optional and separated by comma (','). Empty lines and comments ('#') are ignored. - @type file_name: str - @param file_name: Path to password file + @type contents: str + @param contents: Contents of password file @rtype: dict @return: Dictionary containing L{PasswordFileUser} instances -- GitLab