Updated capitalization

This commit is contained in:
Andrew Murray 2021-10-02 09:50:27 +10:00
parent 9025ae8332
commit 515314b85c

View File

@ -133,7 +133,7 @@ if sys.platform == "win32":
class MacViewer(Viewer):
"""The default viewer on MacOS using ``Preview.app``."""
"""The default viewer on macOS using ``Preview.app``."""
format = "PNG"
options = {"compress_level": 1}