Fix non-PEP-8 docstring in _underscore().

feature/documentation-builds-dirhtml
Isis Lovecruft 2013-03-07 01:06:59 +00:00 committed by Isis Lovecruft
parent 049b2ef91c
commit 5dba39e0a3
1 changed files with 2 additions and 2 deletions

View File

@ -570,8 +570,8 @@ def _has_readwrite(path):
def _underscore(input):
"""
Change hyphens to underscores so that GPG option names can be easily tranlated
to object attributes.
Change hyphens to underscores so that GPG option names can be easily
tranlated to object attributes.
@param input: The input intended for the gnupg process.
"""