From 9e205698d4e2ae25099c4f68d38ec10553038f2c Mon Sep 17 00:00:00 2001 From: Luke Kearney Date: Fri, 31 May 2024 15:44:17 +0100 Subject: [PATCH] BSC-17926: fix comment --- pybsn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybsn/__init__.py b/pybsn/__init__.py index 97b8773..c90132d 100644 --- a/pybsn/__init__.py +++ b/pybsn/__init__.py @@ -471,7 +471,7 @@ def __repr__(self): def _normalize(v): """ Helper method to normalize query values """ if type(v) == bool: - # replace to use JSON type booleans, not Python + # replace to use booleans to use strings in JSON-boolean style if v: return "'true'" else: