Skip to content

Commit

Permalink
Docs: Fix typo in run_codes.rst (#6099)
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Aug 11, 2023
1 parent e01ea4b commit 9bde86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/howto/run_codes.rst
Expand Up @@ -575,7 +575,7 @@ The following implementation would accomplish that:
output = handle.read()
if 'WARNING' in output:
return 'Detected the string `WARNIGN` in the output file.'
return 'Detected the string `WARNING` in the output file.'
The content of the stdout stream, which should be written to the ``node.options.output_filename`` file, is retrieved using ``transport.getfile`` and is written to a temporary file on the local file system.
The content is then read from the file and if the target string is detected, an error message is returned.
Expand Down

0 comments on commit 9bde86e

Please sign in to comment.