forrestbao / pyeeg

Python + EEG/MEG = PyEEG
GNU General Public License v3.0
241 stars 85 forks source link

Remove unicode characters from non-unicode docstring #19

Closed mattja closed 7 years ago

mattja commented 7 years ago

For compatibility with python 2.x, unicode docstrings are supposed to start with u""" (PEP 257) Instead I just replaced with ASCII characters. And fixed a typo.