Skip to content

Commit

Permalink
Merge pull request #1366 from sirodoht/fix-conv-man-docstring
Browse files Browse the repository at this point in the history
Fix docstring of conv-man namespace
  • Loading branch information
metasoarous authored Apr 1, 2022
2 parents eb1656d + 6bc54ba commit 796f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/src/polismath/conv_man.clj
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.

(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]
Expand Down

0 comments on commit 796f997

Please sign in to comment.