From 9569f6de498aa7e22cfb7b79bc8b37e4e3f13f37 Mon Sep 17 00:00:00 2001 From: Grzegorz Kostkowski <grzegorz.kostkowski@pwr.edu.pl> Date: Tue, 15 Mar 2022 08:19:02 +0000 Subject: [PATCH] Minor reformulation in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e24892..7bf214a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Python package providing easy way to test correctness of annotations in CCL document. # Description -Mayor method is ``assert_has_ann`` which checks if given tokens are annotated +``assert_has_ann`` is the main method which checks if given tokens are annotated with specified annotation and annotation is set correctly. For details, check docstrings. -- GitLab