From f948f2986c929df16c30e3fe0bfc0153d1747356 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 25 Jan 2017 17:35:03 -0500 Subject: [PATCH] boolean --- flask_caster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_caster.py b/flask_caster.py index db1e2b5..481d21d 100644 --- a/flask_caster.py +++ b/flask_caster.py @@ -15,7 +15,7 @@ class FlaskCaster(object): This will do a few things: - Assure that the 'size' query parameter is always an integer. - - Assure that the 'json' query parameter is always an integer. + - Assure that the 'json' query parameter is always an boolean. - Assure that the 'json' query parameter is always present, even if if it wasn't provided by the end-user. """