mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: strongly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
55d1f98745
commit
f14d9da22e
2 changed files with 4 additions and 4 deletions
|
@ -92,7 +92,7 @@ class PebbleCommander(object):
|
||||||
`PebbleCommander` as the first argument, and the rest of the argument strings
|
`PebbleCommander` as the first argument, and the rest of the argument strings
|
||||||
as subsequent arguments. For errors, `fn` should throw an exception.
|
as subsequent arguments. For errors, `fn` should throw an exception.
|
||||||
|
|
||||||
# TODO: Probably make the return something structured instead of stringly typed.
|
# TODO: Probably make the return something structured instead of strongly typed.
|
||||||
"""
|
"""
|
||||||
def decorator(fn):
|
def decorator(fn):
|
||||||
# Story time:
|
# Story time:
|
||||||
|
@ -151,7 +151,7 @@ class PebbleCommander(object):
|
||||||
|
|
||||||
def send_prompt_command(self, cmd):
|
def send_prompt_command(self, cmd):
|
||||||
""" Send a prompt command string.
|
""" Send a prompt command string.
|
||||||
Unfortunately this is indeed stringly typed, a better solution is necessary.
|
Unfortunately this is indeed strongly typed, a better solution is necessary.
|
||||||
"""
|
"""
|
||||||
return self.connection.prompt.command_and_response(cmd)
|
return self.connection.prompt.command_and_response(cmd)
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ class PebbleCommander(object):
|
||||||
`PebbleCommander` as the first argument, and the rest of the argument strings
|
`PebbleCommander` as the first argument, and the rest of the argument strings
|
||||||
as subsequent arguments. For errors, `fn` should throw an exception.
|
as subsequent arguments. For errors, `fn` should throw an exception.
|
||||||
|
|
||||||
# TODO: Probably make the return something structured instead of stringly typed.
|
# TODO: Probably make the return something structured instead of strongly typed.
|
||||||
"""
|
"""
|
||||||
def decorator(fn):
|
def decorator(fn):
|
||||||
# Story time:
|
# Story time:
|
||||||
|
@ -136,7 +136,7 @@ class PebbleCommander(object):
|
||||||
|
|
||||||
def send_prompt_command(self, cmd):
|
def send_prompt_command(self, cmd):
|
||||||
""" Send a prompt command string.
|
""" Send a prompt command string.
|
||||||
Unfortunately this is indeed stringly typed, a better solution is necessary.
|
Unfortunately this is indeed strongly typed, a better solution is necessary.
|
||||||
"""
|
"""
|
||||||
return self.connection.prompt.command_and_response(cmd)
|
return self.connection.prompt.command_and_response(cmd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue