Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed May 20, 2021
1 parent f6b1b5a commit b258d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/instrument/delegate/delegate_instrument.py
Expand Up @@ -121,7 +121,7 @@ def parse_instrument_path(parent: Union[Station, InstrumentBase], path: str) ->
station.my_instrument.my_param
Args:
station: Measurement station
parent: Measurement station
path: Relative path to parse
"""
def _parse_path(parent: Any, elem: Sequence[str]) -> Any:
Expand Down

0 comments on commit b258d3b

Please sign in to comment.