Fix typos and formatting

This commit is contained in:
ines 2017-05-21 14:18:46 +02:00
parent 075f5ff87a
commit 251346b59f
2 changed files with 1 additions and 3 deletions

View File

@ -297,7 +297,7 @@ cdef class Vocab:
"""
raise NotImplementedError()
def from_bytes(self, bytest_data, **exclude):
def from_bytes(self, bytes_data, **exclude):
"""Load state from a binary string.
bytes_data (bytes): The data to load from.

View File

@ -198,7 +198,6 @@ p
| attributes. The #[code ORTH] fields of the attributes must
| exactly match the string when they are concatenated.
+h(2, "to_disk") Tokenizer.to_disk
+tag method
@ -284,7 +283,6 @@ p Load state from a binary string.
+cell #[code Tokenizer]
+cell The #[code Tokenizer] object.
+h(2, "attributes") Attributes
+table(["Name", "Type", "Description"])