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