Skip to content

Commit 13b2d28

Browse files
committed
Fix typo
1 parent 1035aca commit 13b2d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _get_long_description():
9595
setup(
9696
name="domain2idna",
9797
version=_get_version(),
98-
description="A tool to convert a domain or a file with a list of domain to the"
98+
description="A tool to convert a domain or a file with a list of domain to the "
9999
"famous IDNA format.",
100100
long_description=_get_long_description(),
101101
install_requires=_get_requirements(),

0 commit comments

Comments
 (0)