From 66fba61760a6e29eb77a4ccd3825d41faa0ad04e Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Thu, 8 Feb 2018 22:37:21 -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 43057eb..4d4e5b7 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