summaryrefslogtreecommitdiffstats
path: root/base/common
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-04-22 19:04:32 -0400
committerEndi S. Dewata <edewata@redhat.com>2015-04-22 19:58:03 -0400
commitd462736b525292b2c3c5e27c6cb0f9c273b64451 (patch)
tree3417dc7c2fe4d25bb888b67f1d3c3901b58bc698 /base/common
parent63c94b96932929dbf34df415145cda069639e69c (diff)
downloadpki-d462736b525292b2c3c5e27c6cb0f9c273b64451.tar.gz
pki-d462736b525292b2c3c5e27c6cb0f9c273b64451.tar.xz
pki-d462736b525292b2c3c5e27c6cb0f9c273b64451.zip
Fixed build issues.
The code has been modified to fix tomcatjss and python-sphinx issues.
Diffstat (limited to 'base/common')
-rw-r--r--base/common/python/pki/__init__.py2
1 files changed, 1 insertions, 1 deletions
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)