File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2207,7 +2207,7 @@ def _cmdloop(self) -> bool:
22072207 # ----- Alias subcommand functions -----
22082208
22092209 def alias_create (self , args : argparse .Namespace ):
2210- """Create or overwrites an alias"""
2210+ """Create or overwrite an alias"""
22112211
22122212 # Validate the alias name
22132213 valid , errmsg = self .statement_parser .is_valid_command (args .name )
@@ -2335,7 +2335,7 @@ def do_alias(self, args: argparse.Namespace):
23352335 # ----- Macro subcommand functions -----
23362336
23372337 def macro_create (self , args : argparse .Namespace ):
2338- """Create or overwrites a macro"""
2338+ """Create or overwrite a macro"""
23392339
23402340 # Validate the macro name
23412341 valid , errmsg = self .statement_parser .is_valid_command (args .name )
You can’t perform that action at this time.
0 commit comments