Skip to content

Commit 2fabd36

Browse files
michaelstewartperimosocordiae
authored andcommitted
Fixed sample code (#41)
1 parent a9d51ca commit 2fabd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/metric_learn.lsml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Example Code
2020
Y = iris_data['target']
2121

2222
lsml = LSML_Supervised(num_constraints=200)
23-
isml.fit(X, Y)
23+
lsml.fit(X, Y)
2424

2525
References
2626
----------

0 commit comments

Comments
 (0)