Skip to content

Commit 390f3e7

Browse files
committed
Merge pull request flann-lib#86 from mattswe/patch-2
Small documentation edits
2 parents 935871f + 11da48a commit 390f3e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/manual.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,12 +1494,12 @@ \subsection{Using FLANN from python}
14941494
deleted the index, all in one step.
14951495

14961496
\item [\texttt{def save\_index(self, filename)}] :\\
1497-
This method saves the index to a file. The dataset form which the index was
1498-
build is not saved.
1497+
This method saves the index to a file. The dataset from which the index was
1498+
built is not saved.
14991499

15001500
\item [\texttt{def load\_index(self, filename, pts)}] :\\
1501-
Load the index from a file. The dataset for which the index was build must also
1502-
be provided since is not saved with the index.
1501+
Load the index from a file. The dataset for which the index was built must also
1502+
be provided since it is not saved with the index.
15031503

15041504
\item [\texttt{def set\_distance\_type(distance\_type, order = 0)}] :\\
15051505
This function (part of the pyflann module) sets the distance type to be used. See

0 commit comments

Comments
 (0)