From b0d6ef5ac32f32c9d049c29ee33d2ec6101a522d Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Wed, 4 Dec 2024 14:03:26 +0100 Subject: [PATCH] Update pyexasol/connection.py Co-authored-by: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> --- pyexasol/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyexasol/connection.py b/pyexasol/connection.py index db5e966..cde29cf 100644 --- a/pyexasol/connection.py +++ b/pyexasol/connection.py @@ -433,7 +433,7 @@ def current_schema(self): Get the name of the current schema. Returns: - Name of currently opened schema. Return empty string if no schema was opened. + Name of currently opened schema. Returns an empty string if no schema was opened. """ return self.attr.get('currentSchema', '')