Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Feb 7, 2022
1 parent bd16d1f commit 02649ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osyris/plot/plane.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ def plane(*args, **kwargs):
"""
Old deprecated alias for think map, will be removed soon.
"""
warnings.warn("The plane function is deprecated and will be removed soon, "
warnings.warn("The plane function is deprecated and will be removed soon, "
"use map instead.")
return _map(*args, dz=None, **kwargs)

0 comments on commit 02649ee

Please sign in to comment.