]> granicus.if.org Git - liblinear/commitdiff
Remove a redundant newline in help message
authorjohncreed <hsiajuiyang5174@gmail.com>
Tue, 19 Mar 2019 04:52:06 +0000 (12:52 +0800)
committerjohncreed <hsiajuiyang5174@gmail.com>
Tue, 19 Mar 2019 04:52:06 +0000 (12:52 +0800)
python/liblinearutil.py

index 19190192e078ffb6360354fd5512b624c1b5ec81..ffb161a41a8f58dafbd0efbfbb653a2adb3599f2 100644 (file)
@@ -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