Skip to content

Commit 0beeadb

Browse files
Rephrase docstring
Co-authored-by: Rebecca Hamel <[email protected]>
1 parent e6c4824 commit 0beeadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bletl/parsing/blpro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
for rownumber, row in enumerate("ABCDEF")
5454
for colnumber, column in enumerate(reversed(range(1, 9)) if rownumber % 2 else range(1, 9))
5555
}
56-
"""Maps 1-based well numbers in non-microfluidic mode by **measurement counting order** (→→→ ↓ ←←← ↓ →→→ ...) to alphanumeric well IDs."""
56+
"""Maps 1-based well numbers in non-MF mode by **measurement counting order** (→→→ ↓ ←←← ↓ →→→ ...) to alphanumeric well IDs."""
5757

5858

5959
class BioLectorProParser(BLDParser):

0 commit comments

Comments
 (0)