Skip to content
Snippets Groups Projects
Commit c8d4480f authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

fix comment

parent 31a7ee84
Branches
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment