Skip to content

Commit

Permalink
Adjusted brackets (#1198)
Browse files Browse the repository at this point in the history
Removed incorrect closing bracket
  • Loading branch information
jhoelzl authored and JohnLangford committed Mar 29, 2017
1 parent b98e750 commit 895d9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.rst
Expand Up @@ -76,7 +76,7 @@ Or you can use the included scikit-learn interface like this:
>>>
>>> # evaluate model
>>> model.score(X_train, y_train)
>>> model.score(X_test, y_test))
>>> model.score(X_test, y_test)
Troubleshooting
---------------
Expand Down

0 comments on commit 895d9b3

Please sign in to comment.