Skip to content

Commit c0442e9

Browse files
authored
Update README.rst
1 parent e7c599b commit c0442e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Python client for easy use of the `Recombee <https://www.recombee.com/>`_ rec
66

77
If 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
=============
1212
Installation
@@ -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

0 commit comments

Comments
 (0)