Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Clemens Brunner <[email protected]>
  • Loading branch information
sappelhoff and cbrnr committed Sep 19, 2024
1 parent c98ded0 commit ebaca94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne/io/brainvision/brainvision.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class RawBrainVision(BaseRaw):
Notes
-----
If the BrainVision header file contained impedance measurements, these may be
If the BrainVision header file contains impedance measurements, these may be
accessed using ``raw.impedances`` after reading using this function.
BrainVision markers consist of a type and a description (in addition to other fields
Expand Down Expand Up @@ -980,7 +980,7 @@ def read_raw_brainvision(
Notes
-----
If the BrainVision header file contained impedance measurements, these may be
If the BrainVision header file contains impedance measurements, these may be
accessed using ``raw.impedances`` after reading using this function.
BrainVision markers consist of a type and a description (in addition to other fields
Expand Down

0 comments on commit ebaca94

Please sign in to comment.