Skip to content

Commit

Permalink
Fix code snippet in touch_tip
Browse files Browse the repository at this point in the history
Another instance of italics instead of monospace.
  • Loading branch information
jwwojak committed Oct 24, 2023
1 parent 9f029f9 commit 77faa56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ def touch_tip(
touch tip at current well's edges.
:type location: :py:class:`.Well` or None
:param radius: Describes the proportion of the target well's
radius. When `radius=1.0`, the pipette tip will move to
the edge of the target well. When `radius=0.5`, it will
radius. When ``radius=1.0``, the pipette tip will move to
the edge of the target well. When ``radius=0.5``, it will
move to 50% of the well's radius. Default: 1.0 (100%)
:type radius: float
:param v_offset: How far above or below the well to touch the tip, measured in mm.
Expand All @@ -551,7 +551,7 @@ def touch_tip(
:type speed: float
:raises: ``UnexpectedTipRemovalError`` -- if no tip is attached to the pipette
:raises RuntimeError: If no location is specified and location cache is
None. This should happen if `touch_tip` is called
None. This should happen if ``touch_tip`` is called
without first calling a method that takes a
location (e.g., :py:meth:`.aspirate`,
:py:meth:`dispense`)
Expand Down

0 comments on commit 77faa56

Please sign in to comment.