From: johncreed Date: Tue, 19 Mar 2019 04:52:06 +0000 (+0800) Subject: Remove a redundant newline in help message X-Git-Tag: v230~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cac0b67efedceae226c98f5920ed007b0717560;p=liblinear Remove a redundant newline in help message --- diff --git a/python/liblinearutil.py b/python/liblinearutil.py index 1919019..ffb161a 100644 --- a/python/liblinearutil.py +++ b/python/liblinearutil.py @@ -94,7 +94,7 @@ def train(arg1, arg2=None, arg3=None): -B bias : if bias >= 0, instance x becomes [x; bias]; if < 0, no bias term added (default -1) -wi weight: weights adjust the parameter C of different classes (see README for details) -v n: n-fold cross validation mode - -C : find parameters (C for -s 0, 2 and C, p for -s 11)\n + -C : find parameters (C for -s 0, 2 and C, p for -s 11) -q : quiet mode (no outputs) """ prob, param = None, None