[This code](https://github.com/textstat/textstat/blob/master/textstat/textstat.py#L1186): ```python if raw_score > 0.05: ``` should be: ```python if pdw > 5: ``` I added this to my PR #190