mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
Use the more readable of the two spellings.
This commit is contained in:
parent
5b83ef8040
commit
07b797b896
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ from xonsh.events import events
|
|||
import xonsh.history.main as xhm
|
||||
|
||||
|
||||
events.doc('on_command_transform', """
|
||||
events.doc('on_transform_command', """
|
||||
on_command_transform(cmd: str) -> str
|
||||
|
||||
Fired to request xontribs to transform a command line. Return the transformed
|
||||
|
|
Loading…
Add table
Reference in a new issue