From 354fb9a28ed063569a08e0f6b06687a23bc8fc15 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Tue, 8 Aug 2023 23:28:36 +0900 Subject: [PATCH] Fix typo --- src/geovista/examples/clouds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geovista/examples/clouds.py b/src/geovista/examples/clouds.py index b30d74c9..ed6b2fd1 100644 --- a/src/geovista/examples/clouds.py +++ b/src/geovista/examples/clouds.py @@ -18,7 +18,7 @@ #: The colormap to render the clouds. CMAP = cmocean.cm.gray -#: Multiplication factor of the z-level for cloud surface stratification. +#: Multiplication factor of the zlevel for cloud surface stratification. ZLEVEL_FACTOR: int = 75