Skip to content

Commit e04a31f

Browse files
committed
Merge pull request #1 from talboito/fix_typo
Fix typo s/applicatinos/applications/ in setup.py
2 parents fac92d6 + 108b2d2 commit e04a31f

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
@@ -52,7 +52,7 @@
5252
scripts = glob(pjoin('scripts', '*')),
5353
packages = packages,
5454
description = "Traitlets Python config system",
55-
long_description= "A configuration system for Python applicatinos.",
55+
long_description= "A configuration system for Python applications.",
5656
author = 'IPython Development Team',
5757
author_email = 'ipython-dev@scipy.org',
5858
url = 'http://ipython.org',

0 commit comments

Comments
 (0)