Skip to content

Commit

Permalink
Remove accidental extra comma from loadIndex's Python doc-string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Huon Wilson authored and Huon Wilson committed Aug 17, 2018
1 parent aae2cbf commit dec76ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_bindings/nmslib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ void exportIndex(py::module * m) {
"Parameters\n"
"----------\n"
"filename: str\n"
" The filename to read from\n",
" The filename to read from\n"
"print_progress: bool optional\n"
" Whether or not to display progress bar when creating index\n")

Expand Down

0 comments on commit dec76ad

Please sign in to comment.