Skip to content

Commit

Permalink
Correct small comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman authored Oct 18, 2023
1 parent df111c7 commit 2f72b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_piped.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_concatenated_gzip_function():
reason="Pipe size modifications not available on this platform.",
)
def test_pipesize_changed(tmp_path, monkeypatch):
# Higher compression level to avoid openingen with threaded opener
# Higher compression level to avoid opening with threaded opener
with xopen(tmp_path / "hello.gz", "wb", compresslevel=5) as f:
assert isinstance(f, PipedCompressionWriter)
assert fcntl.fcntl(f._file.fileno(), fcntl.F_GETPIPE_SZ) == _MAX_PIPE_SIZE
Expand Down

0 comments on commit 2f72b02

Please sign in to comment.