Remove unneeded triple quotes.

This commit is contained in:
Erik Rose 2015-10-12 16:15:31 -04:00
parent dcf39bfdf0
commit 7c5e5039ad
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class HashCommand(Command):
"""
name = 'hash'
usage = """%prog [options] <file> ..."""
usage = '%prog [options] <file> ...'
summary = 'Compute hashes of package archives.'
def __init__(self, *args, **kw):