Skip to content

Commit 18fc0c3

Browse files
committed
Change docstring
1 parent 39902d2 commit 18fc0c3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/spatialdata/datasets.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def blobs(
4545
n_shapes
4646
Number of max shapes to generate.
4747
At most, as if overlapping they will be discarded
48+
extra_coord_space
49+
Extra coordinate space on top of the standard global coordinate space. Will have only identity transform.
50+
4851
4952
Returns
5053
-------
@@ -98,7 +101,7 @@ def __init__(
98101
n_shapes
99102
Number of max shapes to generate.
100103
At most, as if overlapping they will be discarded
101-
extra_space
104+
extra_coord_space
102105
Extra coordinate space on top of the standard global coordinate space. Will have only identity transform.
103106
"""
104107
self.length = length

0 commit comments

Comments
 (0)