Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Boytsov authored and GitHub committed Feb 9, 2018
1 parent 484c674 commit 66fba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66fba61

Please sign in to comment.