Original file line numberDiff line numberDiff line change@@ -34,7 +34,7 @@ def __init__(self, file, /, mode='r', *,
3434level=None, options=None, zstd_dict=None):
3535"""Open a Zstandard compressed file in binary mode.
363637- *file* can be either an file-like object, or a file name to open.
37+ *file* can be either a file-like object, or a file name to open.
38383939 *mode* can be 'r' for reading (default), 'w' for (over)writing, 'x'
4040 for creating exclusively, or 'a' for appending. These can