Skip to content

Commit 0391758

Browse files
author
Carmine DiMascio
authored
Update __init__.py
1 parent a2f7c6b commit 0391758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readability/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Calculate gunning fog readability score
3+
Score text readability with metrics including: Flesch-Kincaid Grade Level, Gunning Fog, ARI, Dale Chall, SMOG, and more
44
"""
55
__title__ = 'py-readabilitiy-metrics'
66
__version__ = '1.3.5'

0 commit comments

Comments
 (0)