Update COMMENT: use uppercase for leading character

- Fix WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-05 14:50:11 +00:00
parent 5847c2362c
commit 546d16e5ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442631
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= automatically formats Python code to conform to the PEP 8 style guide
COMMENT= Automatically formats Python code to conform to the PEP 8 style guide
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View file

@ -3,4 +3,4 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
formatted. autopep8 is capable of fixing most of the formatting issues that can
be reported by pycodestyle.
WWW: https://github.com/hhatto/autopep8/
WWW: https://github.com/hhatto/autopep8