Fix typo in doc: s/exceptio/exception #331

This commit is contained in:
Rafa de la Torre
2017-01-03 14:55:46 +01:00
parent caa00c63fa
commit 6ca9e87035

View File

@@ -94,7 +94,7 @@ insufficient quota.
#### Example
Suppose you want to geocode a whole table. In order to check that you have enough quota, and avoid a "quota exhausted" exceptio, first find out how many records you need to geocode:
Suppose you want to geocode a whole table. In order to check that you have enough quota, and avoid a "quota exhausted" exception, first find out how many records you need to geocode:
```sql
SELECT COUNT(*) FROM {tablename} WHERE {street_name_column} IS NOT NULL;