From c0442e9ad62bf6d0d8a6ae0aa852321f12e2a07a Mon Sep 17 00:00:00 2001 From: tspecht Date: Thu, 26 Oct 2017 09:31:37 +0200 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 082d4f5..27fb57a 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ A Python client for easy use of the `Recombee `_ rec If you don't have an account at Recombee yet, you can create a free account `here `_. -Documentation of the API can be found at `docs.recombee.com `_. +Documentation of the API can be found at `docs.recombee.com `_. ============= Installation @@ -162,4 +162,4 @@ Example: except ApiTimeoutException as e: #Handle timeout => use fallback except APIException as e: - #APIException is parent of both ResponseException and ApiTimeoutException \ No newline at end of file + #APIException is parent of both ResponseException and ApiTimeoutException