From dec76ad69b0390b2c094dbd672b9f8eff3f77242 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Fri, 17 Aug 2018 18:26:13 +1000 Subject: [PATCH] Remove accidental extra comma from loadIndex's Python doc-string. --- python_bindings/nmslib.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_bindings/nmslib.cc b/python_bindings/nmslib.cc index 77e96af..5496f5d 100644 --- a/python_bindings/nmslib.cc +++ b/python_bindings/nmslib.cc @@ -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")