From bce8633a69606fce15604d418496381c2ddf021c Mon Sep 17 00:00:00 2001 From: severinsimmler Date: Wed, 6 Jan 2021 22:46:41 +0100 Subject: [PATCH] fix: docstring --- chaine/api.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chaine/api.py b/chaine/api.py index 4878d4e..e5eb8aa 100644 --- a/chaine/api.py +++ b/chaine/api.py @@ -1,8 +1,8 @@ """ -chaine.training -~~~~~~~~~~~~~~~ +chaine.api +~~~~~~~~~~ -This module implements the high-level API to train a CRF +This module implements the high-level API to train a conditional random field """ from chaine.crf import Model, Trainer