Skip to content

Commit 8b8d48d

Browse files
committed
docs: fix simple typo, specifed -> specified
There is a small typo in src/snappy/snappy_formats.py. Should read `specified` rather than `specifed`.
1 parent 83ba704 commit 8b8d48d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snappy/snappy_formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
get_decompress_function - returns stream decompress function for a current
44
format (specified or autodetected)
55
get_compress_function - returns compress function for a current format
6-
(specifed or default)
6+
(specified or default)
77
"""
88
from __future__ import absolute_import
99

0 commit comments

Comments
 (0)