Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Sep 16, 2024
1 parent 6d4ceae commit a293d95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asynceapi/config_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ async def load_file(self, filename: str, *, replace: bool = False) -> None:
filename
The name of the configuration file. The caller is required to
specify the filesystem, for example, the
filename="flash:thisfile.cfg"
filename="flash:thisfile.cfg".
replace
When True, the contents of the file will completely replace the
Expand Down
4 changes: 2 additions & 2 deletions asynceapi/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def _jsonrpc_command( # noqa: PLR0913 # pylint: disable=too-many-arguments
Parameters
----------
commands
A list of commands to execute; results in a list of output responses
A list of commands to execute; results in a list of output responses.
ofmt
Either 'json' or 'text'; indicates the output format for the CLI commands.
version
Expand Down Expand Up @@ -333,7 +333,7 @@ def config_session(self, name: str) -> SessionConfig:
Parameters
----------
name
The config-session name
The config-session name.
Returns
-------
Expand Down

0 comments on commit a293d95

Please sign in to comment.