Skip to content

Commit fb1372a

Browse files
committed
the almighty dot
1 parent e1e977d commit fb1372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/docs/v2/parameters/use_case_sample_count.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Now we'll bring sample count into consideration as we :ref:`load the liquids <lo
166166
* - Tagmentation Wash Buffer
167167
- 900
168168

169-
To calculate the total volume for each liquid, we'll multiply these numbers by ``column_count`` and by 1.1 (to ensure that the pipette can aspirate the required volume without drawing in air at the bottom of the well). This calculation can be done inline as the ``volume`` value of :py:meth:`~Well.load_liquid`::
169+
To calculate the total volume for each liquid, we'll multiply these numbers by ``column_count`` and by 1.1 (to ensure that the pipette can aspirate the required volume without drawing in air at the bottom of the well). This calculation can be done inline as the ``volume`` value of :py:meth:`~.Well.load_liquid`::
170170

171171
reservoir["A1"].load_liquid(
172172
liquid=ampure_liquid, volume=180 * column_count * 1.1

0 commit comments

Comments
 (0)