Skip to content

Commit 6a89388

Browse files
committed
Fix docstrings
1 parent 71e6a05 commit 6a89388

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/imcflibs/imagej/resultstable.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def preset_results_column(results_table, column, value):
7-
"""pre-set all rows in given column of the IJ-ResultsTable with desired value
7+
"""Pre-set all rows in given column of the ResultsTable with desired values.
88
99
Parameters
1010
----------
@@ -22,7 +22,7 @@ def preset_results_column(results_table, column, value):
2222

2323

2424
def add_results_to_resultstable(results_table, column, values):
25-
"""add values to the ResultsTable starting from row 0 of a given column
25+
"""Add values to the ResultsTable starting from row 0 of a given column.
2626
2727
Parameters
2828
----------
@@ -40,7 +40,7 @@ def add_results_to_resultstable(results_table, column, values):
4040

4141

4242
def get_resultstable():
43-
"""Instantiate or get the IJ-ResultsTable instance.
43+
"""Instantiate or get the ResultsTable instance.
4444
4545
Use to either get the current instance of the IJ ResultsTable or instantiate
4646
it if it does not yet exist.

0 commit comments

Comments
 (0)