Skip to content

Commit

Permalink
Fixing docstring formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Nov 29, 2021
1 parent 7be7413 commit 4ea4dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion labscript_devices/NI_DAQmx/models/get_capabilities.py
Original file line number Diff line number Diff line change
@@ -345,7 +345,8 @@ def supported_AI_terminal_configurations(device_name):
device_name (str): NI-MAX device name
Returns:
dict: Dictionary of analog input channels where each value is a list of
dict:
Dictionary of analog input channels where each value is a list of
the supported input terminations.
"""
supp_types = {}

0 comments on commit 4ea4dc2

Please sign in to comment.