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

Typo in write_edf documentation #145

Closed b2ag closed 2 years ago

b2ag commented 2 years ago

https://github.com/holgern/pyedflib/blob/024a3c13a2d744aa7fe428bf6e5ea09626dbf241/pyedflib/highlevel.py#L420

filetype should be file_type

skjerns commented 2 years ago

thank's! fixed it