Skip to content

Commit 8e86593

Browse files
authored
Update setup.py
1 parent b8386fa commit 8e86593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stripepy/cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def _make_stripepy_view_subcommand(main_parser) -> argparse.ArgumentParser:
247247
default=5.0,
248248
help="Cutoff for the relative change.\n"
249249
"The relative change is computed as the ratio between the average number of interactions\n"
250-
"found inside a stripe and the number of interactions in a neighborhood outside of the stripe.",
250+
"found inside a stripe and the number of interactions in a neighborhood outside of the stripe.",
251251
)
252252

253253
sc.add_argument(

0 commit comments

Comments
 (0)