summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2020-09-22 12:59:08 -0600
committerIIMarckus <iimarckus@gmail.com>2020-09-22 13:01:20 -0600
commit7ee829537a4068cae43059a3ac32a2b56afcd33b (patch)
tree945363655e1f5e7a36c37e8c56c3abfe5382b0e0
parentf57ddf655f747078fa18f63c61432cdab2efb309 (diff)
Fix typo ("compession")
-rw-r--r--mgbdis/png.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgbdis/png.py b/mgbdis/png.py
index 5343308..c457121 100644
--- a/mgbdis/png.py
+++ b/mgbdis/png.py
@@ -451,7 +451,7 @@ class Writer:
compression, with 9 being "more compressed" (usually smaller
and slower, but it doesn't always work out that way). 0 means
no compression. -1 and ``None`` both mean that the default
- level of compession will be picked by the ``zlib`` module
+ level of compression will be picked by the ``zlib`` module
(which is generally acceptable).
If `interlace` is true then an interlaced image is created