Fix non-PEP-8 docstring in _underscore().
parent
049b2ef91c
commit
5dba39e0a3
4
gnupg.py
4
gnupg.py
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue