mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
bpd: fix typo in comment
This commit is contained in:
parent
bb1613694b
commit
f8a2c22e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@ class Command(object):
|
|||
# by the client (so we can raise ERROR_ARG instead of ERROR_SYSTEM).
|
||||
# Maximum accepted arguments: argspec includes "self" and "conn".
|
||||
max_args = len(argspec.args) - 2
|
||||
# Minimum accepted arguments: some arguments might be optional/
|
||||
# Minimum accepted arguments: some arguments might be optional.
|
||||
min_args = max_args
|
||||
if argspec.defaults:
|
||||
min_args -= len(argspec.defaults)
|
||||
|
|
|
|||
Loading…
Reference in a new issue