Skip to content

Commit

Permalink
fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasah committed Aug 31, 2022
1 parent 406e209 commit 76c9b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/source/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,6 @@ fstrings
typename
picklable
informations
Metaclass
Metaclass
samplerate
sampleclock
2 changes: 1 addition & 1 deletion src/zhinst/toolkit/driver/nodes/awg.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def compile_sequencer_program(
sequencer_program: t.Union[str, Sequence],
**kwargs: t.Union[str, int],
) -> t.Tuple[bytes, t.Dict[str, t.Any]]:
"""Compiles a sequencer program for the sepcific device.
"""Compiles a sequencer program for the specific device.
Args:
sequencer_program: The sequencer program to compile.
Expand Down

0 comments on commit 76c9b1c

Please sign in to comment.