minor style nit

This commit is contained in:
jasper 2012-12-03 13:08:08 +00:00
parent ca72968915
commit 4fc72fe2d7
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2011/09/16 12:00:08 espie Exp $
# $OpenBSD: Makefile,v 1.8 2012/12/03 13:08:08 jasper Exp $
COMMENT = Python HTTP client library
MODPY_EGG_VERSION = 0.6.0
DISTNAME = httplib2-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
REVISION = 2
CATEGORIES = www net

View File

@ -1,2 +1,2 @@
A comprehensive HTTP client library that supports many features left out
Comprehensive HTTP client library that supports many features left out
of other HTTP libraries.