diff options
Diffstat (limited to 'base/common/python')
| -rw-r--r-- | base/common/python/pki/__init__.py | 2 |
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) |
