holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
214 stars 121 forks source link

Fix typos found by codespell #191

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

I have left out typos in pyedflib/_extensions/c/edflib.h, these should be and have been fixed upstream.

skjerns commented 1 year ago

thanks!

skjerns commented 1 year ago

I have left out typos in pyedflib/_extensions/c/edflib.h, these should be and have been fixed upstream.

the original lib is on GitLab, so you can also propose the changes there :)

DimitriPapadopoulos commented 1 year ago

Indeed, see Teuniz/EDFlib!4 and Teuniz/EDFlib!5.