Skip to content

Commit be2fe84

Browse files
committed
fixes comment in docs for accessing wells by .cols and .rows
1 parent 9fae63e commit be2fe84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/well_access.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ You can also split the coordinates for the rows and columns and use either ``.ro
5353
plate.rows[0][0] # A1
5454
plate.cols[0][0] # A1
5555

56-
plate.rows[0][1] # A2
57-
plate.cols[1][0] # B1
56+
plate.rows[0][1] # B1
57+
plate.cols[0][1] # A2
5858

5959

6060
Rows

0 commit comments

Comments
 (0)