Skip to content

Commit

Permalink
Fix some typos (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Feb 28, 2024
1 parent e26235a commit c5b9fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<integer>
<name>cyto_width</name>
<label>Cytoplasm width</label>
<description>Width of ring-like neighborghood region around each nucleus to be considered as cytoplasm</description>
<description>Width of ring-like neighborhood region around each nucleus to be considered as cytoplasm</description>
<longflag>cyto_width</longflag>
<default>8</default>
</integer>
Expand Down
2 changes: 1 addition & 1 deletion histomicstk/cli/ComputeNucleiFeatures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ optional arguments:
--analysis_tile_size <double>
Tile size for blockwise analysis (default: 4096.0)
--cyto_width <integer>
Width of ring-like neighborghood region around each
Width of ring-like neighborhood region around each
nucleus to be considered as cytoplasm (default: 8)
--cytoplasm <boolean>
Compute Intensity and Gradient features from the
Expand Down

0 comments on commit c5b9fc4

Please sign in to comment.