Skip to content

Commit 2fd24d4

Browse files
Update data_structures/kd_tree/example/hypercube_points.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent 6a9b3e1 commit 2fd24d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/kd_tree/example/hypercube_points.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def hypercube_points(
1313
num_dimensions: Number of dimensions of the hypercube.
1414
1515
Returns:
16-
np.ndarray: An array of shape (num_points, num_dimensions)
16+
An array of shape (num_points, num_dimensions)
1717
with generated points.
1818
"""
1919
rng = np.random.default_rng()

0 commit comments

Comments
 (0)