File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Python client for easy use of the `Recombee <https://www.recombee.com/>`_ rec
66
77If you don't have an account at Recombee yet, you can create a free account `here <https://www.recombee.com/ >`_.
88
9- Documentation of the API can be found at `docs.recombee.com <https://docs.recombee.com/) >`_.
9+ Documentation of the API can be found at `docs.recombee.com <https://docs.recombee.com/ >`_.
1010
1111=============
1212Installation
@@ -162,4 +162,4 @@ Example:
162162 except ApiTimeoutException as e:
163163 # Handle timeout => use fallback
164164 except APIException as e:
165- # APIException is parent of both ResponseException and ApiTimeoutException
165+ # APIException is parent of both ResponseException and ApiTimeoutException
You can’t perform that action at this time.
0 commit comments