Skip to content

Commit c3f70e2

Browse files
committed
fix_doc_target_cell
1 parent 9d2b351 commit c3f70e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/troutpy/tl/.ipynb_checkpoints/target_cell-checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def compute_target_score(
165165
166166
Returns
167167
-------
168-
sdata : SpatialData
168+
sdata : spatialdata.SpatialData
169169
SpatialData object with target score table added.
170170
"""
171171
# Coordinate keys

src/troutpy/tl/target_cell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def compute_target_score(
165165
166166
Returns
167167
-------
168-
sdata : SpatialData
168+
sdata : spatialdata.SpatialData
169169
SpatialData object with target score table added.
170170
"""
171171
# Coordinate keys

0 commit comments

Comments
 (0)