Skip to content

Commit 37ca772

Browse files
committed
docstring typo
1 parent 4dc70e8 commit 37ca772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geogif/gif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def gif(
200200
date_size:
201201
If a float, make the label this fraction of the width of the image.
202202
If an int, use this absolute font size for the label.
203-
Default: 0.115 (so the label is 15% of the image width).
203+
Default: 0.15 (so the label is 15% of the image width).
204204
205205
Note that if Pillow does not have FreeType support, the font size
206206
cannot be adjusted, and the text will be whatever size Pillow's

0 commit comments

Comments
 (0)