From 6bc54ba93317e886f8e60fc85ceaeb30eb16e744 Mon Sep 17 00:00:00 2001 From: Theodore Keloglou Date: Fri, 1 Apr 2022 02:13:17 +0100 Subject: [PATCH] Fix docstring of conv-man --- math/src/polismath/conv_man.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/src/polismath/conv_man.clj b/math/src/polismath/conv_man.clj index ba7004c6d..8183a7ed3 100644 --- a/math/src/polismath/conv_man.clj +++ b/math/src/polismath/conv_man.clj @@ -1,7 +1,7 @@ ;; Copyright (C) 2012-present, The Authors. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . (ns polismath.conv-man - "This is the namesascpe for the " + "This is the namespace for the conversation manager" (:require [polismath.math.named-matrix :as nm] [polismath.math.conversation :as conv] [polismath.math.clusters :as clust]