diff options
author | Nathan Kinkade <nkinkade@creativecommons.org> | 2014-05-19 18:07:34 -0400 |
---|---|---|
committer | Nathan Kinkade <nkinkade@creativecommons.org> | 2014-05-19 18:07:34 -0400 |
commit | 03a01ac31a16cf7f44e827db15b7483b0ec330cd (patch) | |
tree | 933649db186594765fa12f8bf68bdbd18a72d950 | |
parent | 5cd02d580688c533130d03a786aa12525d9f3ade (diff) |
Fixed a very small typo in a comment.
-rwxr-xr-x | miami-dade_clerk_courts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miami-dade_clerk_courts.py b/miami-dade_clerk_courts.py index b4f8954..744c4c4 100755 --- a/miami-dade_clerk_courts.py +++ b/miami-dade_clerk_courts.py @@ -98,7 +98,7 @@ class Akas(Base): sex = Column(String(10)) # This is an ASP site, so we have some variables that must be passed with a -# form submission that change form page to page +# form submission that change from page to page def set_asp_vars(): global field_values response = urllib2.urlopen(url) |