Skip to content

Commit b258d3b

Browse files
committed
Fix docstring
1 parent f6b1b5a commit b258d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qcodes/instrument/delegate/delegate_instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def parse_instrument_path(parent: Union[Station, InstrumentBase], path: str) ->
121121
station.my_instrument.my_param
122122
123123
Args:
124-
station: Measurement station
124+
parent: Measurement station
125125
path: Relative path to parse
126126
"""
127127
def _parse_path(parent: Any, elem: Sequence[str]) -> Any:

0 commit comments

Comments
 (0)