Skip to content

Commit 4327cf5

Browse files
committed
Fix typo
1 parent 3bb8e77 commit 4327cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changes/0.46.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Breaking Changes:
1111
documented as TypedDics classes that can be used to type `**kwargs` in the subclass constructors.
1212
See `Creating QCoDeS instrument drivers` for usage examples.
1313

14-
This also means that the these arguments **must** be passed as keyword arguments, and not as positional arguments.
14+
This also means that these arguments **must** be passed as keyword arguments, and not as positional arguments.
1515
This specifically includeds passing ``label`` and ``metadata`` to direct subclasses of ``Instrument`` as well as
1616
``terminator`` to subclasses of ``VisaInstrument``.
1717

0 commit comments

Comments
 (0)