From 286792826e4c0aa9b69f3894fc79b8c47b8d43c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bizzozz=C3=A9ro=20Nicolas?= Date: Thu, 28 Nov 2019 19:04:46 +0100 Subject: [PATCH] Update __init__.py --- pattern/text/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pattern/text/__init__.py b/pattern/text/__init__.py index aa77af0b..b12691ce 100644 --- a/pattern/text/__init__.py +++ b/pattern/text/__init__.py @@ -606,7 +606,6 @@ def _read(path, encoding="utf-8", comment=";;;"): if not line or (comment and line.startswith(comment)): continue yield line - raise StopIteration class Lexicon(lazydict):