Skip to content

Commit

Permalink
DOC: fix typo in a warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
xshaokun committed Sep 23, 2024
1 parent 66ddd0e commit 0b6823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/visualization/plot_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0b6823b

Please sign in to comment.