Fix docstring
This commit is contained in:
parent
015889373e
commit
c9bc72a539
@ -162,7 +162,7 @@ class CommandParser:
|
||||
yield self.parse(sub, *args, **kwargs)
|
||||
|
||||
def parse_all(self, *args, **kwargs):
|
||||
"""Wrapper over parse_all."""
|
||||
"""Wrapper over _parse_all_gen."""
|
||||
return list(self._parse_all_gen(*args, **kwargs))
|
||||
|
||||
def parse(self, text, *, fallback=False, keep=False):
|
||||
|
Loading…
Reference in New Issue
Block a user