From 488ab2aa9990ec491450002f1827cd2fd4f67430 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Thu, 21 Dec 2023 20:34:16 +0100 Subject: [PATCH] Refactor fastText module documentation --- mltb2/fasttext.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mltb2/fasttext.py b/mltb2/fasttext.py index 5fc3453..8d2dda7 100644 --- a/mltb2/fasttext.py +++ b/mltb2/fasttext.py @@ -2,9 +2,7 @@ # This software is distributed under the terms of the MIT license # which is available at https://opensource.org/licenses/MIT -"""fastText specific module. - -This module is based on `fastText `_. +"""This module offers tools for `fastText `_. Hint: Use pip to install the necessary dependencies for this module: