We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20eb7d1 commit b2a205eCopy full SHA for b2a205e
1 file changed
shared-bindings/gifio/OnDiskGif.c
@@ -34,8 +34,7 @@
34
#include "shared-bindings/gifio/OnDiskGif.h"
35
36
//| 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
+//| """Loads one frame of a GIF into memory at a time.
39
//|
40
//| .. code-block:: Python
41
0 commit comments