Skip to content

Commit aef4880

Browse files
authored
Merge pull request #108 from timgates42/bugfix_typo_specified
docs: fix simple typo, specifed -> specified
2 parents 83ba704 + 8b8d48d commit aef4880

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)