Skip to content

Commit

Permalink
Update commands2/proxycommand.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTripleV authored Apr 29, 2024
1 parent ac171ee commit af9ec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands2/proxycommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ProxyCommand(Command):
def __init__(self, supplier: Callable[[], Command]):
"""
Creates a new ProxyCommand that schedules the supplied command when initialized, and ends when
it is no longer scheduled. it is no longer scheduled. Use this for lazily creating **proxied** commands at
it is no longer scheduled. Use this for lazily creating **proxied** commands at
runtime. Proxying should only be done to escape from composition requirement semantics, so if
only initialization time command construction is needed, use DeferredCommand instead.
Expand Down

0 comments on commit af9ec02

Please sign in to comment.