From c8d4480f7153b9e498e2477e2b41d0553702d696 Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Wed, 4 Jan 2012 15:37:50 +0100 Subject: [PATCH] fix comment --- doc/corpstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/corpstats.py b/doc/corpstats.py index bbfc6db..2afd4bb 100755 --- a/doc/corpstats.py +++ b/doc/corpstats.py @@ -29,7 +29,7 @@ def sentences(rdr): yield sent def chunks(rdr): - """Yields subsequent sentences from a reader.""" + """Yields subsequent paragraphs from a reader.""" while True: chunk = rdr.get_next_chunk() if not chunk: -- GitLab