Skip to content

Commit

Permalink
Rephrase docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Rebecca Hamel <r.hamel@fz-juelich.de>
  • Loading branch information
michaelosthege and rebeccahamel committed Aug 28, 2024
1 parent e6c4824 commit 0beeadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bletl/parsing/blpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
for rownumber, row in enumerate("ABCDEF")
for colnumber, column in enumerate(reversed(range(1, 9)) if rownumber % 2 else range(1, 9))
}
"""Maps 1-based well numbers in non-microfluidic mode by **measurement counting order** (→→→ ↓ ←←← ↓ →→→ ...) to alphanumeric well IDs."""
"""Maps 1-based well numbers in non-MF mode by **measurement counting order** (→→→ ↓ ←←← ↓ →→→ ...) to alphanumeric well IDs."""


class BioLectorProParser(BLDParser):
Expand Down

0 comments on commit 0beeadb

Please sign in to comment.