Skip to content

Commit c37d8d2

Browse files
authored
Fix small documentation typo
1 parent 17fc7f1 commit c37d8d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blurhash/blurhash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def linear_to_srgb(value):
6262

6363
def blurhash_decode(blurhash, width, height, punch = 1.0, linear = False):
6464
"""
65-
Decode the given blurhash to an image of the specified size.
65+
Decodes the given blurhash to an image of the specified size.
6666
6767
Returns the resulting image a list of lists of 3-value sRGB 8 bit integer
6868
lists. Set linear to True if you would prefer to get linear floating point

0 commit comments

Comments
 (0)