From 484c6746f73124abd818ff80e0cc976bae57ad0f Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Thu, 8 Feb 2018 22:36:53 -0500 Subject: [PATCH] Update README.md --- python_bindings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_bindings/README.md b/python_bindings/README.md index 2dcd145..43057eb 100644 --- a/python_bindings/README.md +++ b/python_bindings/README.md @@ -47,7 +47,7 @@ neighbours = index.knnQueryBatch(data, k=10, num_threads=4) #### Logging -NMSLIB produces quite a few informational messages. By default, they are not shown in Python. To enable debugging, one should use the following commands before importing the library: +NMSLIB produces quite a few informational messages. By default, they are not shown in Python. To enable debugging, one should use the following commands *before* importing the library: ``` import logging