Skip to content

Commit

Permalink
correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
locsmith committed Apr 28, 2024
1 parent f6e987c commit 12de9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nef_pipelines/lib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def smart_open(filename=None, stream_type=StdStream.STDOUT):
f"""
context manager to open a file or use stdout depending on the filename, stdin is defined as '-'
by corollary a std stream won't be closed on exit only file system streams
:param filename: the filename to use '-' indicates a standar stream selected by stream_type
:param filename: the filename to use '-' indicates a standard stream selected by stream_type
:param stream_type: how to treat the stream choices are {', '.join(StdStream.__members__)}
"""
Expand Down

0 comments on commit 12de9ef

Please sign in to comment.