Skip to content

Commit b2a205e

Browse files
committed
Doc fix
1 parent 20eb7d1 commit b2a205e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shared-bindings/gifio/OnDiskGif.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
#include "shared-bindings/gifio/OnDiskGif.h"
3535

3636
//| class OnDiskGif:
37-
//| """Loads frames of the GIF straight from disk. This minimizes memory use but can
38-
//| lead to much slower pixel load times
37+
//| """Loads one frame of a GIF into memory at a time.
3938
//|
4039
//| .. code-block:: Python
4140
//|

0 commit comments

Comments
 (0)