We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb8e77 commit 4327cf5Copy full SHA for 4327cf5
docs/changes/0.46.0.rst
@@ -11,7 +11,7 @@ Breaking Changes:
11
documented as TypedDics classes that can be used to type `**kwargs` in the subclass constructors.
12
See `Creating QCoDeS instrument drivers` for usage examples.
13
14
- This also means that the these arguments **must** be passed as keyword arguments, and not as positional arguments.
+ This also means that these arguments **must** be passed as keyword arguments, and not as positional arguments.
15
This specifically includeds passing ``label`` and ``metadata`` to direct subclasses of ``Instrument`` as well as
16
``terminator`` to subclasses of ``VisaInstrument``.
17
0 commit comments