We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7c599b + c0442e9 commit 9ed321fCopy full SHA for 9ed321f
1 file changed
README.rst
@@ -6,7 +6,7 @@ A Python client for easy use of the `Recombee <https://www.recombee.com/>`_ rec
6
7
If you don't have an account at Recombee yet, you can create a free account `here <https://www.recombee.com/>`_.
8
9
-Documentation of the API can be found at `docs.recombee.com <https://docs.recombee.com/)>`_.
+Documentation of the API can be found at `docs.recombee.com <https://docs.recombee.com/>`_.
10
11
=============
12
Installation
@@ -162,4 +162,4 @@ Example:
162
except ApiTimeoutException as e:
163
#Handle timeout => use fallback
164
except APIException as e:
165
- #APIException is parent of both ResponseException and ApiTimeoutException
+ #APIException is parent of both ResponseException and ApiTimeoutException
0 commit comments