fix confusing typo

This document describes the `Vocab` class, not the `Span` class.
This commit is contained in:
Nathan Glenn 2017-06-21 19:22:30 +02:00 committed by GitHub
parent 9335736c20
commit 81166c3d56

View File

@ -124,7 +124,7 @@ p
+cell #[code Lexeme]
+cell The lexeme indicated by the given ID.
+h(2, "iter") Span.__iter__
+h(2, "iter") Vocab.__iter__
+tag method
p Iterate over the lexemes in the vocabulary.