Skip to content

Commit

Permalink
Docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Cambie committed Mar 2, 2020
1 parent 0bd70fa commit faa2a80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pycont/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ def deliver(self, pump_names, volume_in_ml, to_valve=None, speed_out=None, wait=
speed_out (int): The speed at which to deliver.
wait (bool): Wait for the pumps to be idle ,default set to False.
wait (bool): Wait for the pumps to be idle, default set to False.
secure (bool): Ensures everything is correct, default set to True.
Expand Down Expand Up @@ -1601,6 +1601,8 @@ def parallel_transfer(self, pumps_and_volumes_dict: dict, from_valve: str, to_va
secure (bool): Ensures that everything is correct, default set to False.
wait (bool): Wait for the pumps to be idle, default set to False.
"""

remaining_volume = {}
Expand Down

0 comments on commit faa2a80

Please sign in to comment.