X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=src%2FCensus.py;h=1b203124916535ae424cc35a1a714dea4de34d27;hp=761b380ba15f70c22ff75baf202cda86e8b501b8;hb=77929a35679206577cfaeb2d64936b05d3d6ab5b;hpb=3a1235a834118bb52c5d92fce9c7182c04a44e0b diff --git a/src/Census.py b/src/Census.py index 761b380..1b20312 100644 --- a/src/Census.py +++ b/src/Census.py @@ -60,7 +60,7 @@ class Database: """ cursor = self.connection.cursor() - # We're ready to build our query, one step at a time. Firsy, we store + # We're ready to build our query, one step at a time. First, we store # the Text->Geom conversion in a variable; this just makes the query a # little easier to read. geometric_object = "ST_GeomFromText(%s, %d)"