From c91187be9de62a2c9d6d7cedb80ed763f70224c5 Mon Sep 17 00:00:00 2001 From: Kadee80 <“kaa328@nyu.edu”> Date: Tue, 29 Nov 2016 10:03:54 -0500 Subject: [PATCH] removed typo and fixed mix description to match code --- docs/source/getting_started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 3b26b3f7408..5c9bfada1e7 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -263,10 +263,10 @@ Mix While you can call multiple aspirate and dispense commands to the same location, the mix command makes it easier to do. -**pipette.mix** (*volume, repetitions, location*) - - * **volume -** volume to mix +**pipette.mix** (*repetitions, volume, location*) + * **repetitions -** number of times to mix + * **volume -** volume to mix * **location -** container[position] location to mix .. testcode:: main @@ -317,7 +317,7 @@ Blow Out You can blow out liquid immediately after a dispense command in the same location, or you can choose to blow out somewhere else (like over your trash container) if you want. -**.blow_out** (*location*) +**blow_out** (*location*) * **location -** container[position] location to blow out