From fb85ee5a15a61f01901063a91c0bde239e4591ce Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 19 Apr 2018 09:42:43 +0200 Subject: [PATCH] Fix docs of database --- beat/backend/python/database.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/beat/backend/python/database.py b/beat/backend/python/database.py index 2a552b3..2085310 100644 --- a/beat/backend/python/database.py +++ b/beat/backend/python/database.py @@ -88,8 +88,7 @@ class Runner(object): prefix (str): Establishes the prefix of your installation. - root_folder (str, path): The path pointing to the root folder of this - database + root_folder (str): The path pointing to the root folder of this database exc (:std:term:`class`): The class to use as base exception when translating the exception from the user code. Read the documention of -- GitLab