quantopian / alphalens

Performance analysis of predictive (alpha) stock factors
http://quantopian.github.io/alphalens
Apache License 2.0
3.2k stars 1.12k forks source link

DOC: Small typo in docstring #320

Closed freddiev4 closed 5 years ago

freddiev4 commented 5 years ago

Assuming we run flake8 over this, I will be sad if this fails the style check

freddiev4 commented 5 years ago

Of course: The command "flake8 alphalens" failed and exited with 1 during .

twiecki commented 5 years ago
alphalens/performance.py:338:77: W291 trailing whitespace
alphalens/performance.py:339:75: W291 trailing whitespace
freddiev4 commented 5 years ago

Note to self: don't try to write code in the GitHub Editor

twiecki commented 5 years ago

Thanks @freddiev4!