Skip to content

Commit

Permalink
Fixed a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Willison committed May 28, 2009
1 parent 419715b commit 1a6696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocode.py
Expand Up @@ -5,7 +5,7 @@
import os

# We use notstrict because we want to be able to trigger the list_geocoders
# option without being forced to reply the normally mandatory 's' argument
# option without being forced to provide the normally mandatory 's' argument
@optfunc.notstrict
@optfunc.arghelp('list_geocoders', 'list available geocoders and exit')
def geocode(s, api_key='', geocoder='google', list_geocoders=False):
Expand Down

0 comments on commit 1a6696a

Please sign in to comment.