mirror of
https://github.com/google/pebble.git
synced 2025-11-16 12:30:55 -05:00
spelling: strongly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -92,7 +92,7 @@ class PebbleCommander(object):
|
||||
`PebbleCommander` as the first argument, and the rest of the argument strings
|
||||
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):
|
||||
# Story time:
|
||||
@@ -151,7 +151,7 @@ class PebbleCommander(object):
|
||||
|
||||
def send_prompt_command(self, cmd):
|
||||
""" 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)
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ class PebbleCommander(object):
|
||||
`PebbleCommander` as the first argument, and the rest of the argument strings
|
||||
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):
|
||||
# Story time:
|
||||
@@ -136,7 +136,7 @@ class PebbleCommander(object):
|
||||
|
||||
def send_prompt_command(self, cmd):
|
||||
""" 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user