From d462736b525292b2c3c5e27c6cb0f9c273b64451 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 22 Apr 2015 19:04:32 -0400 Subject: Fixed build issues. The code has been modified to fix tomcatjss and python-sphinx issues. --- base/common/python/pki/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/common/python') diff --git a/base/common/python/pki/__init__.py b/base/common/python/pki/__init__.py index d80e6c6c7..c383cdb4d 100644 --- a/base/common/python/pki/__init__.py +++ b/base/common/python/pki/__init__.py @@ -372,7 +372,7 @@ class PropertyFile(object): :param index: point at which to insert value. :type index: int :param line: value to be inserted. - :type line; str + :type line: str :return: None """ self.lines.insert(index, line) -- cgit