From 8ee4dc80c0669b7c64c69d8a17aa7f52781910ce Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 17 Oct 2008 14:35:31 +0000
Subject: [PATCH] Change OSFromDisk's docstring to epydoc

Plus update it with the real variable name

Reviewed-by: iustinp
---
 lib/backend.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/backend.py b/lib/backend.py
index 404296879..022da5feb 100644
--- a/lib/backend.py
+++ b/lib/backend.py
@@ -1225,9 +1225,9 @@ def OSFromDisk(name, base_dir=None):
   `errors.InvalidOS` exception, detailing why this is not a valid
   OS.
 
-  Args:
-    os_dir: Directory containing the OS scripts. Defaults to a search
-            in all the OS_SEARCH_PATH directories.
+  @type base_dir: string
+  @keyword base_dir: Base directory containing OS installations.
+                     Defaults to a search in all the OS_SEARCH_PATH dirs.
 
   """
 
-- 
GitLab