diff --git a/src/data_morph/shapes/points/club.py b/src/data_morph/shapes/points/club.py index 9b904fca..1ce579fb 100644 --- a/src/data_morph/shapes/points/club.py +++ b/src/data_morph/shapes/points/club.py @@ -70,7 +70,7 @@ def _get_arc( Returns ------- - tuple[np.ndarray, np.ndarray] + tuple[numpy.ndarray, numpy.ndarray] The *x* and *y* coordinates for the arc. """ x = r * np.cos(t + angle_offset) + x_offset @@ -91,7 +91,7 @@ def _get_lobes( Returns ------- - tuple[list[np.ndarray], list[np.ndarray]] + tuple[list[numpy.ndarray], list[numpy.ndarray]] The *x* and *y* coordinates for the lobes. """ radius = 15 * scale_factor @@ -128,7 +128,7 @@ def _get_stem( Returns ------- - tuple[list[np.ndarray], list[np.ndarray]] + tuple[list[numpy.ndarray], list[numpy.ndarray]] The *x* and *y* coordinates for the stem. """ stem_x_offset = 8 * scale_factor diff --git a/src/data_morph/shapes/points/spade.py b/src/data_morph/shapes/points/spade.py index d1728478..5acdefff 100644 --- a/src/data_morph/shapes/points/spade.py +++ b/src/data_morph/shapes/points/spade.py @@ -62,7 +62,7 @@ def _get_inverted_heart(dataset: Dataset, y_shift: Number) -> np.ndarray: Returns ------- - np.ndarray + numpy.ndarray The points for the upside-down heart. See Also @@ -91,7 +91,7 @@ def _get_base( Returns ------- - tuple[np.ndarray, np.ndarray] + tuple[numpy.ndarray, numpy.ndarray] The *x* and *y* coordinates for the base of the spade. """ # line base