[PATCH blivet] Minor fix of a docstring.

Radek Vykydal rvykydal at redhat.com
Tue Jul 15 08:33:50 UTC 2014


Discovered during review of port to rhel7-branch, so fix it in master too.

---
 blivet/__init__.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 0bb66a2..d033d3a 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -159,8 +159,6 @@ def setSysroot(storageRoot, sysroot=None):
     """Change the OS root path.
        :param storageRoot: The root of physical storage
        :param sysroot: An optional chroot subdirectory of storageRoot
-
-    Change the
     """
     global _storageRoot
     global _sysroot
-- 
1.9.0



More information about the anaconda-patches mailing list