Whitespace fix.

feature/documentation-builds-dirhtml
Isis Lovecruft 2013-03-06 15:10:46 +00:00
parent 9d2203508a
commit d3c04e9a43
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ def _fix_unsafe(input):
"""
Find characters used to escape from a string into a shell, and wrap them
in quotes if they exist. Regex pilfered from python-3.x shlex module.
@param input: The input intended for the gnupg process.
"""
## xxx do we want to add ';'?