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

fix comment

parent 31a7ee84
No related merge requests found
...@@ -29,7 +29,7 @@ def sentences(rdr): ...@@ -29,7 +29,7 @@ def sentences(rdr):
yield sent yield sent
def chunks(rdr): def chunks(rdr):
"""Yields subsequent sentences from a reader.""" """Yields subsequent paragraphs from a reader."""
while True: while True:
chunk = rdr.get_next_chunk() chunk = rdr.get_next_chunk()
if not 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