From 5c88998b9d0a0b4bac12de0615a8e22df8acbe80 Mon Sep 17 00:00:00 2001 From: Davide Fiocco Date: Tue, 31 Aug 2021 10:55:44 +0200 Subject: [PATCH] Fix point typo on docbin docs (#9097) --- website/docs/api/docbin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/docbin.md b/website/docs/api/docbin.md index 3625ed790..b1d1798ba 100644 --- a/website/docs/api/docbin.md +++ b/website/docs/api/docbin.md @@ -16,7 +16,7 @@ document from the `DocBin`. The serialization format is gzipped msgpack, where the msgpack object has the following structure: ```python -### msgpack object structrue +### msgpack object structure { "version": str, # DocBin version number "attrs": List[uint64], # e.g. [TAG, HEAD, ENT_IOB, ENT_TYPE]