diff --git a/yt/visualization/plot_container.py b/yt/visualization/plot_container.py index c8327a2b559..44e150a6633 100644 --- a/yt/visualization/plot_container.py +++ b/yt/visualization/plot_container.py @@ -1033,7 +1033,7 @@ def set_zlim( issue_deprecation_warning( "Passing `zmax=None` explicitly is deprecated. " "If you wish to explicitly set zmax to the maximal " - "data value, pass `zmin='max'` instead. " + "data value, pass `zmax='max'` instead. " "Otherwise leave this argument unset.", since="4.1", stacklevel=5,