Skip to content

Commit

Permalink
Merge pull request #704 from skogsvik/fix_typo_in_read_docstring
Browse files Browse the repository at this point in the history
Fix typo in read docstring
  • Loading branch information
MatthieuDartiailh committed Nov 22, 2022
2 parents 07b32b7 + 0a97cd6 commit 8d1bd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvisa/resources/messagebased.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def read(
----------
termination : Optional[str], optional
Alternative character termination to use. If None, the value of
write_termination is used. Defaults to None.
read_termination is used. Defaults to None.
encoding : Optional[str], optional
Alternative encoding to use to turn bytes into str. If None, the
value of encoding is used. Defaults to None.
Expand Down

0 comments on commit 8d1bd15

Please sign in to comment.