]> granicus.if.org Git - liblinear/commitdiff
Remove some spaces in python/README
authorrofu <rofu@16e7d947-dcc2-db11-b54a-0017319806e7>
Wed, 16 Jun 2010 07:41:34 +0000 (07:41 +0000)
committerrofu <rofu@16e7d947-dcc2-db11-b54a-0017319806e7>
Wed, 16 Jun 2010 07:41:34 +0000 (07:41 +0000)
python/README

index 11575e9edc97cea62a31fd4f7ae9a8b872df73ea..4b532d3d53497ac979cbe3e912a48694cf7ff59a 100644 (file)
@@ -294,7 +294,7 @@ The above command loads
     >>> m = train(y, x, '-c 5')
     >>> p_labels, p_acc, p_vals = predict(y, x, m)
 
-- Functions:  svm_read_problem/load_model/save_model
+- Functions: svm_read_problem/load_model/save_model
 
     See the usage by examples:
 
@@ -307,7 +307,7 @@ The above command loads
     Calculate some evaluations using the true values (ty) and predicted
     values (pv):
 
-    >>> ACC= evaluations(ty, pv)
+    >>> ACC = evaluations(ty, pv)
 
     ty: a list of true values.