1 parent 5857fb2 commit 7a7a714Copy full SHA for 7a7a714
1 file changed
cmd2/parsing.py
@@ -552,7 +552,7 @@ def parse(self, line: str) -> Statement:
552
def parse_command_only(self, rawinput: str) -> PartialStatement:
553
"""Identify the command and arguments from raw input.
554
555
- Partially parse input into a `cmd2.parsingPartialStatement` object.
+ Partially parse input into a [cmd2.parsing.PartialStatement][] object.
556
557
The command is identified, and shortcuts and aliases are expanded.
558
Multiline commands are identified, but terminators and output
0 commit comments