Skip to content

Commit efbb8b1

Browse files
committed
Typo
1 parent a7b4043 commit efbb8b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# censusbatchgeocoder
55

6-
A simple Python wrapper for [U.S. Census Geocoding Services API batch service](https://www.documentcloud.org/documents/3894452-Census-Geocoding-Services-API.html).
6+
A simple Python wrapper for the [U.S. Census Geocoding Services API batch service](https://www.documentcloud.org/documents/3894452-Census-Geocoding-Services-API.html)
77

88
* Issues: [github.com/datadesk/python-censusbatchgeocoder/issues](https://github.com/datadesk/censusbatchgeocoder/issues)
99
* Packaging: [pypi.python.org/pypi/censusbatchgeocoder](https://pypi.python.org/pypi/censusbatchgeocoder)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def local_version(version):
3838

3939
setup(
4040
name="censusbatchgeocoder",
41-
description="A simple Python wrapper for U.S. Census Geocoding Services API batch service",
41+
description="A simple Python wrapper for the U.S. Census Geocoding Services API batch service",
4242
long_description=read("README.md"),
4343
long_description_content_type="text/markdown",
4444
author="Ben Welsh",

0 commit comments

Comments
 (0)