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):
|
def _underscore(input):
|
||||||
"""
|
"""
|
||||||
Change hyphens to underscores so that GPG option names can be easily tranlated
|
Change hyphens to underscores so that GPG option names can be easily
|
||||||
to object attributes.
|
tranlated to object attributes.
|
||||||
|
|
||||||
@param input: The input intended for the gnupg process.
|
@param input: The input intended for the gnupg process.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue