Merge pull request #5746 from radarhere/macos

Updated capitalization
This commit is contained in:
Hugo van Kemenade 2021-10-02 09:24:55 +03:00 committed by GitHub
commit c38d5d81fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}