cdown/srt

Incorrect number in teaser

abcdenis opened this issue · 2 comments

Hi,
teaser text about "150 lines" references to static text.

As for now git hub shows that there is 511 lines (421 sloc)
https://github.com/cdown/srt/blob/develop/srt.py

Is it time to update README?

cdown commented

The line says:

~150 lines of code excluding docstrings

GitHub incorrectly includes docstrings in the total count. With pysloc, which does the right thing:

% pysloc srt.py
202

So it's about 200.

cdown commented

Updated the number in the readme to 200.