From 72ced1a7a7bf09d1b0dd45c135bad629061832b1 Mon Sep 17 00:00:00 2001 From: Michelle Ho Date: Mon, 6 Feb 2017 16:27:43 -0500 Subject: [PATCH] Change 'raise' to 'raises' Changes semantic meaning-- user does not raise the error, CARTO raises the error --- doc/measures_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/measures_functions.md b/doc/measures_functions.md index 6a97ba4..8276f16 100644 --- a/doc/measures_functions.md +++ b/doc/measures_functions.md @@ -132,7 +132,7 @@ SET household_count = OBS_GetMeasure(the_geom, 'us.census.acs.B11001001') #### Errors -* If an unrecognized normalization type is input, raise an error: `'Only valid inputs for "normalize" are "area" (default) and "denominator".` +* If an unrecognized normalization type is input, raises error: `'Only valid inputs for "normalize" are "area" (default) and "denominator".` ## OBS_GetMeasureById(geom_ref text, measure_id text, boundary_id text)