From 05f6b424ef9a8c60f047b58bdb44d05656d2d513 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 5 Jun 2014 09:20:32 +0200 Subject: [PATCH] commands: Fix typo --- mopidy/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/commands.py b/mopidy/commands.py index 72888e05..022419a8 100644 --- a/mopidy/commands.py +++ b/mopidy/commands.py @@ -100,7 +100,7 @@ class Command(object): self._children[name] = command def add_argument(self, *args, **kwargs): - """Add am argument to the parser. + """Add an argument to the parser. This method takes all the same arguments as the :class:`argparse.ArgumentParser` version of this method.