8000 Fix #159: fix typo in package description · rs1024/html5lib-python@6436848 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6436848

Browse files
committed
Fix html5lib#159: fix typo in package description
1 parent e1e8d89 commit 6436848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
version='0.9999-dev',
4242
url='https://github.com/html5lib/html5lib-python',
4343
license="MIT License",
44-
description='HTML parser based on the WHATWG HTML specifcation',
44+
description='HTML parser based on the WHATWG HTML specification',
4545
long_description=long_description,
4646
classifiers=classifiers,
4747
maintainer='James Graham',

0 commit comments

Comments
 (0)
0