Skip to content

Commit

Permalink
TST fix failing doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmans committed Jun 8, 2015
1 parent 567a956 commit 1274e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/svm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ n_features]`` holding the training samples, and an array y of class labels
>>> y = [0, 1]
>>> clf = svm.SVC()
>>> clf.fit(X, y) # doctest: +NORMALIZE_WHITESPACE
SVC(C=1.0, cache_size=200, class_weight=None, coef0='auto',
SVC(C=1.0, cache_size=200, class_weight=None, coef0=0.0,
decision_function_shape=None, degree=3, gamma='auto', kernel='rbf',
max_iter=-1, probability=False, random_state=None, shrinking=True,
tol=0.001, verbose=False)
Expand Down

0 comments on commit 1274e48

Please sign in to comment.