fix axis spec in docstring for ZCone

This commit is contained in:
yardasol 2022-03-30 16:18:12 -05:00
parent f72dbe68e1
commit 48dbf1a4c3

View file

@ -1968,7 +1968,7 @@ class YCone(QuadricMixin, Surface):
class ZCone(QuadricMixin, Surface):
"""A cone parallel to the x-axis of the form :math:`(x - x_0)^2 + (y - y_0)^2 =
"""A cone parallel to the z-axis of the form :math:`(x - x_0)^2 + (y - y_0)^2 =
r^2 (z - z_0)^2`.
Parameters