From 77929a35679206577cfaeb2d64936b05d3d6ab5b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 4 Mar 2010 14:00:14 -0500 Subject: [PATCH] Fixed a typo. --- src/Census.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.43.2