Skip to content

Commit 4ea4dc2

Browse files
committed
Fixing docstring formatting.
1 parent 7be7413 commit 4ea4dc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labscript_devices/NI_DAQmx/models/get_capabilities.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ def supported_AI_terminal_configurations(device_name):
345345
device_name (str): NI-MAX device name
346346
347347
Returns:
348-
dict: Dictionary of analog input channels where each value is a list of
348+
dict:
349+
Dictionary of analog input channels where each value is a list of
349350
the supported input terminations.
350351
"""
351352
supp_types = {}

0 commit comments

Comments
 (0)