From e90a1ae76169938fd2dc67ca344d146fa4a82f79 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 5 Nov 2016 02:34:55 +0100 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5db69ce77..c79ad431a 100644 --- a/README.rst +++ b/README.rst @@ -241,7 +241,7 @@ Changelog * Fix issue `#588 `_: `Matcher` now rejects empty patterns. * Fix issue `#592 `_: Added exception rule for tokenization of "Ph.D." * Fix issue `#599 `_: Empty documents now considered tagged and parsed. -* Fix issue `#600 `_: Add missing ``token.tag`` and ``token.tag`` setters. +* Fix issue `#600 `_: Add missing ``token.tag`` and ``token.tag_`` setters. * Fix issue `#596 `_: Added missing unicode import when compiling regexes that led to incorrect tokenization. * Fix issue `#587 `_: Resolved bug that caused ``Matcher`` to sometimes segfault. * Fix issue `#429 `_: Ensure missing entity types are added to the entity recognizer.